Skip to content

Commit

Permalink
Fixed response from list to single object, added error section to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Jul 23, 2024
1 parent c6985d7 commit 8492799
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/content/en/docs/core-components/api-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Respond to manual command pending in SOARCA, if out_args are defined they must b

```plantuml
@startjson
[
{
"type" : "manual-step-response",
"execution_id" : "<execution-id>",
Expand All @@ -211,9 +211,13 @@ Respond to manual command pending in SOARCA, if out_args are defined they must b
}
}
}
]
@endjson
```

##### Response
200/OK with payload:
200/OK with payload:

##### Error
400/BAD REQUEST with payload:
General error

0 comments on commit 8492799

Please sign in to comment.