Skip to main content
PATCH
/
topics
/
{topic_id}
Update Topic
curl --request PATCH \
  --url https://api.peec.ai/customer/v1/topics/{topic_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

topic_id
string
required

Body

name
string
Required string length: 1 - 64

Response

Topic updated successfully

Topic updated successfully