Skip to main content
PATCH
Error

Authorizations

Authorization
string
header
required

API Key (format: vsp_sk_...)

Body

application/json

Request to bulk mark/unmark measurements as outliers by ID list

isOutlier
boolean
required

Whether to mark (true) or unmark (false) the measurements as outliers

Example:

true

measurementIds
string<uuid>[]
required

List of measurement UUIDs to mark or unmark as outliers

Required array length: 1 - 1000 elements

List of measurement UUIDs to mark or unmark as outliers

Example:

Response

Bulk operation completed successfully

Response for bulk outlier marking operations

updatedCount
integer<int32>

Number of measurements successfully updated

Example:

42