v1
latestOpenAPI 3.1.02026-08-06284092.1 KBworkflows
Replace the steps of the workflow with the new set of steps.
Replace the workflow's steps with the supplied step list.
put/api/v2/workflows/{workflow_id}/steps
Path parameters
workflow_idstring required
Request body
Example request
{
"steps": [
{
"name": "Overview shot",
"agent_id": "object-detection-v1"
}
]
}Response
Successful Response
Example response
{
"steps": [
{
"name": "Overview shot",
"workflow_note": "Stand back and capture the whole subject in frame.",
"agent_id": "object-detection-v1"
}
]
}