Update an action
Update an action.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the action to update.
Body
The name of the action.
The description of the action.
Whether the action resolves and removes the item, unresolves and re-add it to the queue, or does not change the resolve status.
REMOVE
, ADD
, NO_CHANGE
The IDs of the queues the action is available in.
Show the action in all queues, selected queues or no queues (to use via API only).
ALL_QUEUES
, SOME_QUEUES
, HIDDEN
The possible values of the action. The user will be prompted to select one of these values when executing the action.
Whether the action requires a value to be executed.
Whether the action allows any text to be entered as a value or if it must be one of the possible values.
The action's webhooks.
Response
The ID of the action.
The date the action was created.
The name of the action.
The description of the action.
Whether the action resolves and removes the item, unresolves and re-add it to the queue, or does not change the resolve status.
REMOVE
, ADD
, NO_CHANGE
The IDs of the queues the action is available in.
Show the action in all queues, selected queues or no queues (to use via API only).
ALL_QUEUES
, SOME_QUEUES
, HIDDEN
The possible values of the action. The user will be prompted to select one of these values when executing the action.
Whether the action requires a value to be executed.
Whether the action allows any text to be entered as a value or if it must be one of the possible values.
Was this page helpful?