Update a computer (label, status, desktop_enabled)
curl --request PATCH \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/{computerId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"status": "<string>",
"desktop_enabled": true
}
'curl --request PATCH \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/{computerId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"status": "<string>",
"desktop_enabled": true
}
'