Skip to main content
POST
BatchUpdateMonitorSegmentLabels

Authorizations

Authorization
string
header
required

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

Body

application/json
segments
SegmentLabel · object[]

The segments to name. Each entry replaces that segment's label outright; a segment not listed is left alone.

Minimum array length: 1

Response

200 - application/json

Success

segments
MonitorSegment · object[]

The segments that were updated, in their state after the update.

errors
UpdateError · object[]

One entry per requested segment that was not updated, most commonly because no segment with that id has been ingested. Empty when every requested segment was updated.