Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 323 Bytes

restore.md

File metadata and controls

27 lines (19 loc) · 323 Bytes

#Thread.restore Cancel removal

Supported request methods

  • POST

##Supported formats

  • json

##Arguments

###Requried

  • thread

    int thread id of this post

Requesting http://some.host.ru/db/api/thread/restore/ with {"thread": 1}:

{
    "code": 0,
    "response": {
        "thread": 1
    }
}