PUT
/
api
/
utm-incident-variables
{
  "id": 123,
  "variableName": "<string>",
  "variableValue": "<string>",
  "variableDescription": "<string>",
  "createdBy": "<string>",
  "lastModifiedDate": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>",
  "secret": 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
id
integer
variableName
string
variableValue
string
variableDescription
string
createdBy
string
lastModifiedDate
string
lastModifiedBy
string
secret
boolean

Response

200 - */*
OK
id
integer
variableName
string
variableValue
string
variableDescription
string
createdBy
string
lastModifiedDate
string
lastModifiedBy
string
secret
boolean