Appearance
Tag a question with public tags
Questions
An author can edit tags for their questions. Note that this will overwrite existing tags.
POST
/questions/{id}/editTags
Parameters
Path Parameters
id*
ID of the question to interact with
Type
Requiredstring
Query Parameters
authorId*
ID of the author editing the question tags
Type
Requiredstring
Request Body
application/json
JSON "tags": [ [ "improvement", "suggestion" ] ]
{
}
Responses
Question tags were changed

