Skip to main content
PUT
Update a contact topic subscription

Endpoint

PUT /contacts/:contact_id/topics/:topic_id

Request body

Response

Successful updates also emit sendrealm.topic.subscribed or sendrealm.topic.unsubscribed.

Authorizations

Authorization
string
header
required

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

Path Parameters

contact_id
string<uuid>
required
topic_id
string<uuid>
required

Body

application/json
is_subscribed
boolean
required

Response

Subscription updated