cURL
curl --request PATCH \ --url https://app.sellitbr.com/api/v1/workspaces/{workspaceId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "icon": "<string>" } '
{ "workspace": { "name": "<string>", "icon": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my workspace ID? Where to find my workspace ID?
Successful response
Show child attributes