Skip to main content
PATCH
/
org
/
{org_id}
/
tags
/
{tag_id}
Update tag
curl --request PATCH \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/tags/{tag_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "color": "<string>",
  "description": "<string>",
  "name": "<string>"
}
'
{
  "color": "<string>",
  "created_at": "<string>",
  "description": "<string>",
  "id": "<string>",
  "name": "<string>",
  "prospect_count": 123
}

Path Parameters

org_id
string
required

Organization ID

tag_id
string
required

Tag ID

Body

application/json

Fields to update

color
string
description
string
Maximum string length: 500
name
string
Required string length: 1 - 100

Response

OK

color
string
created_at
string
description
string
id
string
name
string
prospect_count
integer