Skip to main content

UpdateFlow modifies an existing flow.

PATCH 

/api/v1/voice/flows/:id

Updates flow definition or metadata. Creates new version if flow was previously published.

Parameters

  • id: Required, flow to update
  • flow_name: Optional, updated name
  • description: Optional, updated description
  • flow_data: Optional, updated flow definition
  • start_node_id: Optional, updated start node

Errors

  • NOT_FOUND: Flow does not exist
  • PERMISSION_DENIED: Caller lacks voice:flow:write permission

Request

Responses

A successful response.