Topics
Update Topic
This endpoint updates the existing topic with the specified ID.
PUT
/
v1
/
topics
/
{topicId}
Request
The id or name of the topic
The new name of the topic Must only contain alphanumeric characters, underscores, dashes and periods. regex: ^[a-zA-Z0-9-_.]+$
Response
A user given name must only contain alphanumeric, hyphen, underscore and periods.
Id for this topic
Was this page helpful?