Skip to main content
POST
/
api
/
utm-alert-tags
Error
A valid request URL is required to generate request examples
{
  "tagName": "<string>",
  "id": 123,
  "tagColor": "<string>",
  "systemOwner": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Body

application/json
tagName
string
required
Maximum string length: 50
id
integer<int64>
tagColor
string
Maximum string length: 15
systemOwner
boolean

Response

200 - */*

OK

tagName
string
required
Maximum string length: 50
id
integer<int64>
tagColor
string
Maximum string length: 15
systemOwner
boolean