workflows
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"
}
]
}Changes
Changed in 2 of the 3 revisions of this API.4
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional request property
//new-optional-request-property
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○