Skip to main content
PATCH
/
topics
/
{id}
Update a topic
curl --request PATCH \
  --url https://api.sendrealm.com/topics/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}

Update request

{
  "name": "weekly-digest",
  "description": "Weekly product updates and long-form educational content."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json

The body is of type object.

Response

Topic updated