Skip to main content
PATCH
/
workspaces
/
{workspace_id}
Update Workspace
curl --request PATCH \
  --url https://api.example.com/workspaces/{workspace_id} \
  --header 'Content-Type: application/json' \
  --cookie fastapiusersauth= \
  --data '
{
  "name": "<string>",
  "settings": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Body

application/json
name
string | null
Required string length: 1 - 100
settings
Settings · object

Response

Successful Response