v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01140309549.5 KB
projects
thresholds

Create a threshold

Create a threshold for a project. The user must have create permissions for the project, or provide a valid project key for the project. There can only be one threshold for any unique combination of: branch, testbed, and measure.

post/v0/projects/{project}/thresholds

Path parameters

projectstring required

The slug or UUID for a project.

Request body

branchstring required
lower_boundarynumber double
max_sample_sizeinteger
measurestring required
min_sample_sizeinteger
test'static' | 'percentage' | 'z_score' | 't_test' | 'log_normal' | 'iqr' | 'delta_iqr' required
testbedstring required
upper_boundarynumber double
windowinteger

Response

successful creation

createdstring date-time required
modifiedstring date-time required
projectstring uuid required
uuidstring uuid required