Rename a topic
Rename a topic by providing a new name
PATCH
/v1/topics/{topicKey}
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
Requiredname
RequiredstringUser defined custom name and provided by the user to rename the topic.
Path Parameters
topicKey
RequiredstringThe topic key
Header Parameters
idempotency-key
stringA header for idempotency purposes
OK