Set broadcast suppression lists

Replaces the suppression lists attached to a broadcast with the supplied set (a full replace, not an incremental add). suppression_uuids must be present: the array you send becomes the broadcast's complete suppression set, and any list previously attached but not re-sent is detached. Send [] to detach all of them. Every UUID must belong to a suppression list in the authenticated account -- if any one does not, the request is rejected with 422 and the broadcast keeps the lists it already had. suppression_uuids was previously an optional field on update_broadcast, which now rejects it. Its shape is unchanged; only its home and the fact that it is required have changed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The broadcast UUID.

suppression_uuids
array of uuids
required

The complete set of suppression-list UUIDs to attach. Replaces whatever is attached now. An empty array detaches every list. The field itself is required -- there is no value that means "leave unchanged".

suppression_uuids*
Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json