cURL
curl --request PATCH \ --url https://api.tally.so/workspaces/{workspaceId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
Updates a workspace’s information by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the workspace to update
The new name for the workspace
Workspace updated successfully