Skip to main content
PATCH
Update Topic

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Path Parameters

topic_id
string<uuid>
required

The topic to update.

Body

application/json
website_id
string<uuid>
required

Website that owns the topic.

name
string

New topic name. Trimmed; blank rejected.

Maximum string length: 255
description
string | null

New topic description. Send null to clear.

Maximum string length: 2000

Response

Topic updated

id
string<uuid>
required
name
string
required
description
string | null
required
before
object
required

Pre-update snapshot.