Partially updates the authenticated user’s global booking limits. Only fields present in the request body are changed; omit a field to leave it untouched, or set it to null to remove that limit. Only available to organization members — non-org accounts receive a 403. If accessed using an OAuth access token, the PROFILE_WRITE scope is required.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Maximum number of bookings per day. Pass null to remove this limit.
x >= 14
Maximum number of bookings per week. Pass null to remove this limit.
x >= 120
Maximum number of bookings per month. Pass null to remove this limit.
x >= 160
Maximum number of bookings per year. Pass null to remove this limit.
x >= 1500