Skip to main content
PATCH
/
dispositions
/
{id}
Update disposition
curl --request PATCH \
  --url https://api.goyappr.com/dispositions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>",
  "color": "<string>",
  "position": 123
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "label": "<string>",
  "color": "#22c55e",
  "position": 123,
  "is_protected": true,
  "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
label
string
color
string | null
position
integer

Response

200 - application/json

Updated disposition

id
string<uuid>
label
string
color
string | null
Example:

"#22c55e"

position
integer
is_protected
boolean

Protected dispositions cannot be deleted.

created_at
string<date-time>