Skip to main content
PATCH
/
v1
/
workspaces
/
{uuid}
Update workspace details
curl --request PATCH \
  --url https://api.snitcher.com/v1/workspaces/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "usage_limit": 1000
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

uuid
string<uuid>
required

UUID of the workspace

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
usage_limit
integer
Example:

1000

Response

Workspace details

success
boolean
Example:

true

data
object