Skip to main content
PATCH
/
model-monitor
/
v2
/
api
/
model
Model Operations.
curl --request PATCH \
  --url https://api.example.com/model-monitor/v2/api/model \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "version": "<string>",
  "description": "<string>",
  "author": "<string>",
  "tag_ids": [
    "<string>"
  ]
}
'

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

model_id
string
required

Body

application/json

Attributes of the model to update.

name
string

Name of the model.

version
string

Version of the model.

description
string

Description for the model.

author
string

Author of the model.

tag_ids
string[]

Ids of tags attached to the model.

Response

Successfully updated the model.