GuideLab API

Update organization working days

Sets which days of the week (0=Sunday through 6=Saturday) the lab operates. At least one day must be selected. Lab-only endpoint.

PUT
/calendar/working-days

Sets which days of the week (0=Sunday through 6=Saturday) the lab operates. At least one day must be selected. Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/calendar/working-days" \  -H "Content-Type: application/json" \  -d '{    "workingDays": [      0    ]  }'
{  "workingDays": [    0  ]}
Empty