Appearance
Add public tags to a question
Questions
Adds one or more public tags without replacing existing tags.
POST
/questions/{id}/tags/add
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": [ [ "important", "announcement" ] ]
{
}
Responses
Question tags were changed

