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

Path Parameters

projectUuid
string
required

Body

application/json

From T, pick a set of properties whose keys are in the union K

name
string
required
color
string
required

Response

Success

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