Deploying a Workflow
This operation deploys a workflow.
Path Parameters
- WorkflowId string required
Header Parameters
- Content-Type string required
Possible values: [
application/xml
]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Success",
"errorCode": 0
}
Loading...