UpdateProviderScheduleRequest

Request schema for updating a provider schedule.

Request schema for updating a provider schedule.

Example

{  "effective_from": "2025-01-01",  "effective_to": "2025-12-31",  "public_bookings": {    "enabled": true  },  "time_zone": "America/New_York",  "weekly_rules": [    {      "day": "mo",      "end_time": "17:00",      "start_time": "09:00"    }  ]}