Set broadcast tag actions

Replaces a broadcast's tag actions with the supplied set (a full replace, not an incremental add). A tag action applies or removes tags when a contact opens the broadcast or clicks a link in it. actions must be present: the array you send becomes the broadcast's complete rule set, and any rule not re-sent is removed. Send [] to remove all of them. Every tag UUID must belong to a tag in the authenticated account -- if any one does not, the request is rejected with 422 and the broadcast keeps the rules it already had. actions 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.

actions
array of objects
required

The complete set of tag-action rules. Replaces whatever is set now. An empty array removes every rule. The field itself is required -- there is no value that means "leave unchanged".

actions*
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