Skip to main content
POST
/
rpc
/
tag-entity
Tag an entity
curl --request POST \
  --url https://mycluster.domino.tech/rpc/tag-entity \
  --header 'Content-Type: application/json' \
  --data '
{
  "entityId": "<string>",
  "tagIds": [
    "<string>"
  ]
}
'
{
  "entityId": "<string>",
  "entityName": "<string>",
  "tags": [
    {
      "fullPath": [
        "<string>"
      ],
      "id": "<string>",
      "label": "<string>",
      "namespace": "<string>"
    }
  ]
}

Body

application/json

Tag entity request

entityId
string
required
entityType
enum<string>
required
Available options:
dataset,
project,
model,
app,
netapp_volume
tagIds
string[]
required

Response

Created

entityId
string
entityName
string
entityType
enum<string>
Available options:
dataset,
project,
model,
app,
netapp_volume
tags
object[]