Edit a forum post (author only, within allowed time)
PATCH
/api/forum/posts/{postId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
postId*
Typestring
RequiredPattern
"[1-9][0-9]*"Request Body
application/json
JSON
{
"body": "Updated content of a forum post"
}
Responses
Success