executions_update
Update execution details such as expected result, observation, assigned user, status, and order. Cannot modify executions in DONE state or change execution state; use separate endpoints for state changes.
Instructions
Update execution
Tag: Executions
Executions in state: DONE are read-only and cannot be updated through this endpoint (public V1 only — the internal API does not enforce this guard). The state field itself is system-managed and is silently ignored if sent in the body — use /v1/executions-run, /v1/executions-pause and /v1/executions-finish instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID | |
| order | No | ||
| statusId | No | ||
| assignedTo | No | ||
| observation | No | ||
| expectedResult | No | ||
| projectPlatformId | No |