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

Path Parameters

projectUuid
string
required

Body

application/json · object[]
name
string
required
color
string
required
yamlReference
string
required

Response

Success

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