Skip to main content
PATCH
Update a call

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

id
string<uuid>
required

The uuid of the call.

Body

application/json

Fields to update on the call. Only tag is changed.

tag
string
required

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

Example:

"marketing-campaign"

Response

Returns a success confirmation. The call tag is updated.

success
boolean
required

Indicates whether the request was successful.

Example:

true