v1

latestSwagger 2.02026-07-17193256.5 KB
manual

updates the value of a variable according to the manual interaction

updates the value of a variable according to the manual interaction

post/manual/continue

Path parameters

exec_idstring required

execution ID

step_idstring required

step ID

Request body

execution_idstring required

The id of the execution

playbook_idstring required

The id of the CACAO playbook executed by the execution

response_out_argsCacaoVariables required
response_status'success' | 'failure' required
step_idstring required

The id of the step executed by the execution

typestring required

The type of this content

Example request

{
  "type": "string"
}

Response

OK

execution_idstring required
payloadstring required

Example response

{
  "execution_id": "2c855cd6-bbce-402f-a143-3d6eec346c08",
  "payload": "playbook--0cec398c-db69-4f17-bde4-8ecbcc4a8879"
}