cURL
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>" } ] }
Update a workspace.
1 - 100
Show child attributes
Successful Response
Was this page helpful?