DevelopmentApi
Update workspace
Updates editable workspace metadata such as name, slug, and privacy configuration.
Updates editable workspace metadata such as name, slug, and privacy configuration.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
workspaceId*string
Request Body
application/json
name?string
Length
2 <= length <= 128privacyMode?string
Value in
"option_1" | "option_2"[key: string]?never
Response Body
application/json
curl -X PATCH "https://loading/api/workspaces/string" \ -H "Content-Type: application/json" \ -d '{}'{
"$id": "string",
"organizationId": "string",
"name": "string",
"slug": "string",
"privacyMode": "option_1",
"createdByUserId": "string",
"archivedAt": "string"
}Empty
Empty