PUT
/
api
/
utm-data-input-statuses
{
  "id": "<string>",
  "source": "<string>",
  "dataType": "<string>",
  "timestamp": 123,
  "median": 123,
  "down": 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
source
string
required
Maximum length: 256
dataType
string
required
Maximum length: 50
timestamp
integer
required
id
string
median
integer
down
boolean

Response

200 - */*
OK
source
string
required
Maximum length: 256
dataType
string
required
Maximum length: 50
timestamp
integer
required
id
string
median
integer
down
boolean