Skip to main content
POST
/
model-monitor
/
v2
/
api
/
setting
/
global
Update global settings.
curl --request POST \
  --url https://api.example.com/model-monitor/v2/api/setting/global \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "disableDmmApiKeys": true
}
'
{
  "id": "<string>",
  "createdAt": 123,
  "updatedAt": 123,
  "disableDmmApiKeys": true
}

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

DMM Global Settings.

disableDmmApiKeys
boolean

Disables all DMM API keys

Response

Global Settings updated successfully.

DMM Global Settings.

id
string
required

Global Settings Identifier.

createdAt
integer
required

Creation timestamp of the Global Settings.

updatedAt
integer
required

Last updated timestamp for the Global Settings.

disableDmmApiKeys
boolean

Disables all DMM API keys