POST
/
api
/
utm-index-patterns
{
  "id": 123,
  "pattern": "<string>",
  "patternModule": "<string>",
  "patternSystem": true,
  "active": 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
pattern
string
required
Maximum length: 100
id
integer
patternModule
string
patternSystem
boolean
active
boolean

Response

200 - */*
OK
pattern
string
required
Maximum length: 100
id
integer
patternModule
string
patternSystem
boolean
active
boolean