Skip to main content
PUT
/
api
/
cost
/
v1
/
billingtagSettings
Update billing tags setting
curl --request PUT \
  --url https://api.example.com/api/cost/v1/billingtagSettings \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "notifications": true
}
'
{
  "notifications": true
}

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json
mode
enum<string>
required

Billing tags functionality mode

Available options:
required,
optional,
disabled
notifications
boolean
required

Billing tags notifications setting

Response

Success

mode
enum<string>
required

Billing tags functionality mode

Available options:
required,
optional,
disabled
notifications
boolean
required

Billing tags notifications setting