Skip to main content
PATCH
Update a topic

Authorizations

X-API-Key
string
header
required

Project-scoped API key, format rm_(live|test)_... . May also be sent as Authorization: Bearer rm_....

Path Parameters

topicKey
string
required

Topic key.

Body

application/json
name
string | null
Maximum string length: 200
description
string | null
Maximum string length: 1000
status
enum<string> | null
Available options:
ACTIVE,
INACTIVE,
ARCHIVED
priority
enum<string> | null
Available options:
URGENT,
HIGH,
MEDIUM,
LOW
doubleOptInEnabled
boolean | null
icon
string | null

Response

Updated topic

topicKey
string
name
string
description
string | null
status
string
doubleOptInEnabled
boolean
subscriberCount
integer<int64> | null
activeSubscriberCount
integer<int64> | null
createdAt
string<date-time>