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
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"
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Workspace ID
Default Response