Appearance
Toggle the sticky state of an article
Articles
POST
/articles/{id}/toggleStickyState
Parameters
Path Parameters
id*
ID of the article to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator toggling the article sticky state
Type
Requiredstring
Request Body
application/json
JSON "sticky": false
{
}
Responses
Article sticky state updated

