Topics
Update a topic
Update a topic name by its unique key identifier topicKey
PATCH
PHP
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Path Parameters
The key identifier of the topic
Body
application/json
The display name for the topic
Example:
"Updated Topic Name"
Response
OK
The identifier of the topic
Example:
"64da692e9a94fb2e6449ad06"
The unique key of the topic
Example:
"product-updates"
The name of the topic
Example:
"Product Updates"
The date the topic was created
Example:
"2023-08-15T00:00:00.000Z"
The date the topic was last updated
Example:
"2023-08-15T00:00:00.000Z"