#Thread.open Mark thread as opened
- POST
##Supported formats
- json
##Arguments
###Requried
-
thread
int
thread id of this post
Requesting http://some.host.ru/db/api/thread/open/ with {"thread": 1}:
{
"code": 0,
"response": {
"thread": 1
}
}