Queue actions
Execute an action
Execute an action on a set of content items in a queue.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The ID or key of the action to execute.
The IDs of the content items to perform the action on.
The ID of the queue the action was performed from if any.
The value of the action. Useful to set a reason for the action etc.
Was this page helpful?