UpdateBlockRequest

Request schema for updating a block.

Request schema for updating a block.

Example

{  "all_day": false,  "attachment_type": "provider",  "attachments": [    "prov_d025a96ac0c6"  ],  "date": "2025-10-27",  "end_time": "17:00",  "exception_dates": [    "2025-10-27T09:00:00"  ],  "recurrence_rule": {    "byday": [      "mo",      "we",      "fr"    ],    "freq": "weekly"  },  "start_time": "09:00",  "time_zone": "America/New_York",  "title": "Initial Consult"}