Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

systemId
string<uuid>
required

The ID of the system to create the system version for.

Example:

"12345678-0a8b-4f66-b6f3-2ddcfa097257"

Body

application/json
config
object
required

The configuration of the system version.

name
string

The name of the system version. If creating a new system version and the name isn't provided, it will be autogenerated.

Response

Successfully upserted system version.

A SystemVersion defines the specific settings for a System Under Test.

System versions contain parameter values that determine system behavior during evaluation. They are immutable snapshots - once created, they never change.

When running evaluations, you reference a specific systemVersionId to establish which system version to test.

id
string<uuid>
required

The ID of the system version.

systemId
string<uuid>
required

The ID of the system the system version belongs to.

name
string
required

The name of the system version.

config
object
required

The configuration of the system version.