Skip to main content
PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
tags
/
{tagUuid}
cURL
curl --request PATCH \
  --url http://api/v1/projects/{projectUuid}/tags/{tagUuid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "color": "<string>"
}
'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

tagUuid
string
required

Body

application/json

Make all properties in T optional

name
string
color
string

Response

Updated

status
enum<string>
required
Available options:
ok
results
any