Update a workflow's graph
PUT /workflows/{action_id}
PUT
/workflows/{action_id}
Update a workflow. The voice update endpoint takes org_id as a
query param and the partial body in JSON, so we forward both.
Translates the public config field to voice’s internal
skill_config before forwarding (see module docstring).
Authorizations
Parameters
Path Parameters
action_id
required
Workflow action_id.
string
Workflow action_id.
Header Parameters
Request Body required
Partial update payload (voice ActionUpdateRequest).
object
key
additional properties
any
Responses
200
Successful Response
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string