Skip to main content
PATCH
/
lead-tags
/
{id}
Update lead tag
curl --request PATCH \
  --url https://api.goyappr.com/lead-tags/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "color": "<string>",
  "description": "<string>",
  "sort_order": 123
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "color": "<string>",
  "sort_order": 123,
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
color
string | null
description
string | null
sort_order
integer

Response

200 - application/json

Updated tag

id
string<uuid>
name
string
description
string | null
color
string | null
sort_order
integer
created_at
string<date-time>