Appearance
Add public tags to a conversation
Conversations
Adds one or more public tags without replacing existing tags.
POST
/conversations/{id}/tags/add
Parameters
Path Parameters
id*
ID of the conversation to interact with
Type
Requiredstring
Query Parameters
authorId*
ID of the author editing the conversation tags
Type
Requiredstring
Request Body
application/json
JSON "tags": [ [ "important", "announcement" ] ]
{
}
Responses
Conversation tags were changed

