---
title: "updates the value of a variable according to the manual interaction"
method: POST
path: "/manual/continue"
tags: ["manual"]
---

# updates the value of a variable according to the manual interaction

`POST /manual/continue`

updates the value of a variable according to the manual interaction

## Path parameters

- `exec_id` string, required
- `step_id` string, required

## Request body

- ApiManualOutArgsUpdatePayload
  - `execution_id` string, required — The id of the execution
  - `playbook_id` string, required — The id of the CACAO playbook executed by the execution
  - `response_out_args` CacaoVariables, required
  - `response_status` 'success' | 'failure', required
  - `step_id` string, required — The id of the step executed by the execution
  - `type` string, required — The type of this content

## Response `200`

OK

- ApiExecution
  - `execution_id` string, required
  - `payload` string, required

## Other responses

- `400` — Bad Request

## Changes

> 4 revisions in range; 1 not diffed.

- **2024-03-06** `53bae137e6cc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cossas/apis/soarca-api/changes/manual/continue/post.md)

---

[API](https://skmtc.dev/cossas/apis/soarca-api.md) · [All operations](https://skmtc.dev/cossas/apis/soarca-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cossas/soarca-api/revisions/5f7892d12e12/schema)
