cURL
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>" }
UUID of the system
Name of the system
Slug of the system
Description of the system
UUID of the workspace
System updated successfully
The system ID
The workspace ID of the system
The name of the system
The slug of the system
The description of the system