v36

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

Create (upsert) system

Create a new system. If one with the same name in the project exists, it updates it instead.

post/projects/{projectId}/systems

Path parameters

projectIdstring required
Example:314

The ID of the system's Project.

Request body

descriptionstring

The description of the system.

namestring

The name of the system. Should be unique within the project. Default is "Default system"

configobject required

The configuration of the system.

Response

System created successfully

idstring uuid required

The ID of the system.

namestring required

The name of the system. Unique within the project.

descriptionstring required

The description of the system.