PATCH
/
sources
/
{source_id}
/
topics
/
{topic_id}

Authorizations

Authorization
string
header
required

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

source_id
integer
required

ID of the source

topic_id
integer
required

ID of the topic

Body

application/json
description
string

The description for this topic.

name
string

The name of this topic.

sample_message
object

An example of the structure of a message that would be pushed to this topic.

Response

200 - application/json
data
object
status
enum<string>

Outcome of the operation.

Available options:
updated,
error