Valyourise Logo

ValYouRise

DevelopmentApi

Update workspace

Updates editable workspace metadata such as name, slug, and privacy configuration.

PATCH
/api/workspaces/{workspaceId}

Updates editable workspace metadata such as name, slug, and privacy configuration.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string

Request Body

application/json

name?string
Length2 <= length <= 128
privacyMode?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