PATCH
/
v1
/
systems
/
{systemId}
curl --request PATCH \
  --url https://api.ctrlplane.dev/api/v1/systems/{systemId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "slug": "<string>",
  "description": "<string>",
  "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "slug": "<string>",
  "description": "<string>"
}

Path Parameters

systemId
string
required

UUID of the system

Body

application/json
name
string

Name of the system

slug
string

Slug of the system

description
string

Description of the system

workspaceId
string

UUID of the workspace

Response

200
application/json
System updated successfully
id
string
required

The system ID

workspaceId
string
required

The workspace ID of the system

name
string
required

The name of the system

slug
string
required

The slug of the system

description
string

The description of the system