Add or update a workflow
Add or update a workflow in a project
Path Parameters
- workspaceId string required
The ID of the workspace the workflow belongs to
- projectId string required
The ID of the project the workflow belongs to
- application/json
Request Body required
env object
- workflowId string
- workflow required
- name string required
Responses
- 200
- 400
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
workflowMetadata object
createdAt doubleupdatedAt doublecreatedBy stringupdatedBy stringprojectId stringworkflowId stringname string- success boolean
{
"workflowMetadata": {
"createdAt": 0,
"updatedAt": 0,
"createdBy": "string",
"updatedBy": "string",
"projectId": "string",
"workflowId": "string",
"name": "string"
},
"success": true
}
Bad Request
Workflow not found
Loading...