v51

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

Create a plot

Create a plot for a project. The user must have create permissions for the project. A project can have a maximum of 64 plots at a time.

post/v0/projects/{project}/plots

Path parameters

projectstring required

The slug or UUID for a project.

Request body

benchmarksBenchmarkUuid[] required

The benchmarks to include in the plot. At least one benchmark must be specified.

branchesBranchUuid[] required

The branches to include in the plot. At least one branch must be specified.

indexinteger
lower_boundaryboolean required

Display lower boundary limits.

lower_valueboolean required

Display metric lower values.

measuresMeasureUuid[] required

The measures to include in the plot. At least one measure must be specified.

testbedsTestbedUuid[] required

The testbeds to include in the plot. At least one testbed must be specified.

titlestring
upper_boundaryboolean required

Display upper boundary limits.

upper_valueboolean required

Display metric upper values.

windowinteger required
x_axis'date_time' | 'version' required

Response

successful creation

benchmarksBenchmarkUuid[] required
branchesBranchUuid[] required
createdstring date-time required
lower_boundaryboolean required
lower_valueboolean required
measuresMeasureUuid[] required
modifiedstring date-time required
projectstring uuid required
testbedsTestbedUuid[] required
titlestring
upper_boundaryboolean required
upper_valueboolean required
uuidstring uuid required
windowinteger required
x_axis'date_time' | 'version' required