Skip to main content
PATCH
/
tags
/
{tagId}
Update a tag by ID
curl --request PATCH \
  --url https://messenger-public-api.cogfy.com/tags/{tagId} \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>"
}

Authorizations

api-key
string
header
required

Path Parameters

tagId
string<uuid>
required

Body

application/json
name
string

Response

id
string<uuid>
name
string