Appearance
Edit the title of a question
Questions
POST
/questions/{id}/editTitle
Parameters
Path Parameters
id*
ID of the question to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the question title
Type
Requiredstring
Request Body
application/json
JSON "title": "My updated title"
{
}
Responses
Question title was changed

