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