Appearance
Toggle the sticky state of a question
Questions
POST
/questions/{id}/toggleStickyState
Parameters
Path Parameters
id*
ID of the question to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator toggling the question sticky state
Type
Requiredstring
Request Body
application/json
JSON "sticky": false
{
}
Responses
Question sticky state updated

