Skip to main content

Update Agent

Update an agent's name, workflow definition, or configuration
1 min read
put/api/v1/workflow/{workflow_id}
Request example
Response
put/api/v1/workflow/{workflow_id}

All fields are optional — only include the fields you want to change. Updating workflow_definition creates a new versioned definition while preserving the history of previous versions.

Path parameters

workflow_idintegerrequired#

Headers

authorizationstring · null#
X-API-Keystring · null#

Body

application/json
namestring · null#
Show child attributes
workflow_definitionobject · null#
Show child attributes
template_context_variablesobject · null#
Show child attributes
workflow_configurationsobject · null#
Show child attributes

Responses

application/json
Successful Response
idintegerrequired#
namestringrequired#
statusstringrequired#
created_atstringrequired#
workflow_definitionobjectrequired#
current_definition_idinteger · nullrequired#
Show child attributes
template_context_variablesobject · null#
Show child attributes
call_disposition_codesobject · null#
Show child attributes
total_runsinteger · null#
Show child attributes
workflow_configurationsobject · null#
Show child attributes
version_numberinteger · null#
Show child attributes
version_statusstring · null#
Show child attributes
workflow_uuidstring · null#
Show child attributes