Skip to main content
POST
/
tags
Create a new tag
curl --request POST \
  --url https://mycluster.domino.tech/tags \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>",
  "namespaceId": "<string>",
  "description": "<string>",
  "parentId": "<string>"
}
'
{
  "children": "<array>",
  "createdAt": "<string>",
  "createdBy": {
    "userID": "<string>",
    "username": "<string>"
  },
  "description": "<string>",
  "entityCount": {
    "app": 123,
    "netappVolume": 123,
    "project": 123,
    "total": 123
  },
  "fullPath": [
    "<string>"
  ],
  "id": "<string>",
  "label": "<string>",
  "namespaceId": "<string>",
  "namespaceLabel": "<string>",
  "parentId": "<string>",
  "updatedAt": "<string>",
  "updatedBy": {
    "userID": "<string>",
    "username": "<string>"
  }
}

Body

application/json

Tag to create

label
string
required
namespaceId
string
required
description
string
parentId
string

Response

Created

children
array
createdAt
string
createdBy
object
description
string
entityCount
object
fullPath
string[]
id
string
label
string
namespaceId
string
namespaceLabel
string
parentId
string
status
enum<string>
Available options:
active,
deprecated
updatedAt
string
updatedBy
object