cURL
curl --request PUT \ --url https://kan.bn/api/v1/workspaces/{workspacePublicId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "slug": "<string>", "description": "<string>" } '
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Updates a workspace by its public ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
3 - 64
3 - 24
3 - 280
Successful response