Skip to main content
POST
/
model-monitor
/
v2
/
api
/
model
/
{model_id}
/
tags
Add tags
curl --request POST \
  --url https://api.example.com/model-monitor/v2/api/model/{model_id}/tags \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "tagNames": [
    "<string>"
  ]
}
'
[
  {
    "id": "<string>",
    "tagName": "<string>"
  }
]

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

model_id
string
required

Body

application/json

Request to add tags to a model

tagNames
string[]
required

Response

Successfully add a tag to a model.

id
string
required
tagName
string
required

name of tag