Skip to main content
PUT
/
tag
/
update?id=
{id}
cURL
curl --request PUT \
  --url 'https://api.qcall.ai/api/v1/tag/update?id={id}' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{
  "name": "<string>",
  "description": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the tag to update

Body

application/json

Tag to update

name
string
required

The name of the Contact

description
string
required

The description of the Contact

Response

Tag response

name
string
required

The name of the Contact

description
string
required

The description of the Contact