Skip to main content
PUT
Update Metric

Authorizations

Authorization
string
header
required

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

Path Parameters

metric
integer
required

The metric ID

Body

application/json

UpdateMetricRequestData

name
string | null
Maximum string length: 255
suffix
string | null
Maximum string length: 255
description
string | null
default_value
number | null
threshold
integer | null
Required range: 0 <= x <= 60

Response

Metric

data
Metric · object
required
included
MetricPoint · object[]