Skip to main content
PATCH
/
operations
/
measurements
/
outliers
/
by-file
Error
A valid request URL is required to generate request examples
{
  "updatedCount": 42
}

Authorizations

Authorization
string
header
required

API Key (format: vsp_sk_...)

Body

application/json

Request to bulk mark/unmark measurements as outliers by source file

fileName
string
required

Source file name to match against measurements. Matching is exact and case-sensitive.

Maximum string length: 255
Pattern: ^[a-zA-Z0-9._\-\s]+$
Example:

"tracking_data_2025-01-15.tdm"

isOutlier
boolean
required

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

Example:

true

Response

Bulk operation completed successfully

Response for bulk outlier marking operations

updatedCount
integer<int32>

Number of measurements successfully updated

Example:

42