Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 324 Bytes

open.md

File metadata and controls

27 lines (19 loc) · 324 Bytes

#Thread.open Mark thread as opened

Supported request methods

  • 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
    }
}