Topics
Update topic
Update certain values of a specified topic
PATCH
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Body
application/json
The name of this topic.
Example:
"NewAppUsers"
An example of the structure of a message that would be pushed to this topic.
Example:
{
"name": "Jill",
"id": "1",
"email": "Jill@foo.com"
}
The description for this topic.
Example:
"Users that have signed up for our product in the last week."
Was this page helpful?