Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 298 Bytes

restore.md

File metadata and controls

27 lines (19 loc) · 298 Bytes

#Post.restore Cancel removal

Supported request methods

  • POST

##Supported formats

  • json

##Arguments

###Requried

  • post

    int post id

Requesting http://some.host.ru/db/api/post/restore/ with {"post": 3}:

{
    "code": 0,
    "response": {
        "post": 3
    }
}