Aller au contenu

/api/me/workspaces/{wid}

PATCH
/api/me/workspaces/{wid}
curl --request PATCH \
--url https://example.com/api/me/workspaces/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "timezone": "example" }'
wid
required
string format: uuid
Media type application/json
object
name
string
nullable
timezone
string
nullable
Example generated
{
"name": "example",
"timezone": "example"
}

OK