Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

resource_id
string<uuid>
required

The ID of the resource.

Body

application/json

A list of message channel IDs.

message_channel_ids
string<uuid>[]
required

Response

200 - application/json

The updated audit message channel IDs for the resource.

Last modified on July 23, 2026