cURL
curl --request POST \ --url https://api.hyra.io/workspace/{workspaceId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "theme": "<string>", "week_starts_on": "monday" } '
Update general settings
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Workspace name
Workspace theme color
Workspace week starts on
monday
sunday
Default Response