Skip to main content
PUT
/
api
/
v1
/
workflow
/
{workflow_id}
Update Workflow
curl --request PUT \
  --url https://app.asisso.com/api/v1/workflow/{workflow_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "workflow_definition": {},
  "template_context_variables": {},
  "workflow_configurations": {}
}
'
{
  "id": 123,
  "name": "<string>",
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "workflow_definition": {},
  "current_definition_id": 123,
  "template_context_variables": {},
  "call_disposition_codes": {
    "disposition_codes": []
  },
  "total_runs": 123,
  "workflow_configurations": {},
  "version_number": 123,
  "version_status": "<string>",
  "workflow_uuid": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://asisso-cd509912.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

workflow_id
integer
required

Body

application/json
name
string | null
workflow_definition
Workflow Definition · object
template_context_variables
Template Context Variables · object
workflow_configurations
Workflow Configurations · object

Response

Successful Response

id
integer
required
name
string
required
status
string
required
created_at
string<date-time>
required
workflow_definition
Workflow Definition · object
required
current_definition_id
integer | null
required
template_context_variables
Template Context Variables · object
call_disposition_codes
CallDispositionCodes · object
total_runs
integer | null
workflow_configurations
Workflow Configurations · object
version_number
integer | null
version_status
string | null
workflow_uuid
string | null