v36

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

Update system

Update an existing system. Only the fields provided in the request body will be updated. If a field is provided, the new content will replace the existing content. If a field is not provided, the existing content will remain unchanged.

patch/systems/{systemId}

Path parameters

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

The ID of the system to update.

Request body

namestring

The name of the system. Unique within the project.

descriptionstring

The description of the system.

productionVersionIdstring uuid

The ID of the production version of the system.

Response

System updated 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.