v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Call control

Update a call

Updates the active call identified by id. Only the tag field can be changed.

patch/v1/calls/{id}

Path parameters

idstring uuid required

The uuid of the call.

Request body

tagstring required

User-defined label attached to the Call for tracking or reporting.

Example request

{
  "tag": "marketing-campaign"
}

Response

Returns a success confirmation. The call tag is updated.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}