conversations set Topic

POST {{baseUrl}}/conversations.setTopic

Sets the topic for a conversation.

Request Body

[{"name"=>"channel", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"topic", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstringAuthentication token. Requires scope: conversations:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;channel&quot;:{}}