v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-113513150.0 KB

Upsert system version

Create a new system version if it does not already exist. Does not set the created version to be the system's production version.

If there is already a system version with the same config, its name will be updated.

post/systems/{systemId}/versions

Path parameters

systemIdstring uuid required
Example:12345678-0a8b-4f66-b6f3-2ddcfa097257

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

Request body

configobject required

The configuration of the system version.

namestring

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.

idstring uuid required

The ID of the system version.

systemIdstring uuid required

The ID of the system the system version belongs to.

namestring required

The name of the system version.

configobject required

The configuration of the system version.