v1
latestOpenAPI 3.0.02026-07-26392662.9 KBWorkspaces
Update workspace details
patch/v1/workspaces/{uuid}
Path parameters
uuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
UUID of the workspace
Request body
Example request
{
"usage_limit": 1000
}Response
Workspace details
Example response
{
"success": true,
"data": {
"name": "ACME Inc.",
"url": "https://acme.com",
"tracking_script_id": "s123456789",
"tracking_script_snippet": "<script>...</script>",
"available_tags": [
"marketing",
"design"
]
}
}