Set Execution
PUT/v2beta/actions/executions
Sets an execution to call a target or include the targets of another execution. Setting an empty list of targets will remove all targets from the execution, making it a noop.
Required permission:
action.execution.write
Required feature flag:
actions
Request​
Responses​
- 200
- 400
- 403
- 404
- default
Execution successfully updated or left unchanged
Condition to set execution does not exist or the feature flag actions
is not enabled.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.