cURL
curl --request PATCH \ --url https://api.wavix.com/v1/calls/{uuid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tag": "marketing-campaign" } '
{ "success": true }
Updates an active call. Only the tag field can be modified.
tag
Bearer token using appid (Authorization: Bearer )
Call ID.
Call parameters to update.
Call metadata.
"marketing-campaign"
Call updated.
Indicates whether the request was successful.
true
Was this page helpful?
Contact support