Skip to main content
PUT
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

baseId
string
requerido
workflowId
string
requerido

Cuerpo

application/json
method
enum<string>
requerido

Method to update the workflow, activate: activate the workflow and apply any draft if exist, deactivate: deactivate the workflow, abort: abort the draft back to the last active workflow.

Opciones disponibles:
activate,
deactivate,
discard

Respuesta

200

Successful updated

Última modificación el 4 de septiembre de 2026