Set Execution
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
Request Body
application/json
condition?|||
Condition defining when the execution should be used.
targets?array<>
Ordered list of targets called during the execution.
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/v2/actions/executions" \ -H "Content-Type: application/json" \ -d '{}'{
"setDate": "2023-01-15T01:30:15.01Z"
}Was this page helpful?
Remove Public Key
Remove Public Key: Removes the public key from the target. This is a permanent action and can not be undone. Note that you can only remove inactive keys. Attempting to remove an active key will result in an error. Fo...
Update Target
Update Target: Update an existing target. To generate a new signing key set the optional expirationSigningKey. Required permission: