Skip to main content
PATCH
Update Monitored Topic

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

id
string
required

Body

application/json
id
string<uuid>
required

ID of the Monitored Topic to update.

Example:

"8d256aa6-9b12-49a7-93ee-bf41634b5b60"

name
string
required

New topic name.

Minimum string length: 1
Example:

"AI agents"

description
string
required

New description — what makes a post qualify for this topic, and what should be excluded. Used by the AI matcher when scanning posts. Maximum 400 characters.

Required string length: 1 - 400

Response

status
enum<string>
required

Response status

Available options:
success
data
any | null
required

No response payload

Available options:
null
Example:

null

message
string
required

Success message

Example:

"Operation completed successfully"