v1
latestOpenAPI 3.0.22026-07-261040577.4 KBChannels
Patch topic
Update a topic's title and/or description. Only the fields you include in the request body will be modified — omitted fields are left unchanged.
Updating a topic's description can change how future data points are classified against it.
Returns the updated topic object.
> 🚧 Permissions
Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.
patch/v1/channels/topic/{topic_id}
Path parameters
topic_idstring required
Unique identifier of the topic.
Request body
Example request
{
"title": "My topic",
"description": "My topic description"
}Response
200