PUT
/
workflows
/
{workflow_id}
{
  "workflow_id": "<string>",
  "status": "created",
  "revision": 1
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

workflow_id
string
required

Response

201
application/json
Successful Response
workflow_id
string
required
status
enum<string>
required
Available options:
created,
updated
revision
integer
default:1