Skip to main content

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

Request Body required
  • env object
  • workflowId string
  • workflow required
  • name string required
Responses

Ok


Schema
  • workflowMetadata object
  • createdAt double
  • updatedAt double
  • createdBy string
  • updatedBy string
  • projectId string
  • workflowId string
  • name string
  • success boolean
Loading...