Pular para o conteúdo principal

Update Workflow

PUT 

/api/v1/new-workflows/:workflow_id

Update the following workflow fields:

  • name
  • description
  • definition
  • integrations

When updating the definition, provide the last known definition_hash to prevent concurrent overwrites. If the hash doesn't match the current workflow definition, a 409 Conflict error is returned.

Request

Responses

Successful Response