# Update a Booking Link Updates a booking link using the provided parameters. Endpoint: PATCH /v1/booking_links/{id} Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `appointment_type_id` (any) - `location_id` (any) - `practitioner_id` (any) - `expiry_date` (string,null) ISO 8601 date format Example: "1989-04-11" - `maximum_use_count` (number) - `from_date` (string,null) Display only the slots available after this date Example: "1989-04-11" - `to_date` (string,null) Display only the slots available before this date Example: "1989-04-11" - `active` (boolean) - `link_name` (string) ## Response 200 fields (application/json): - `booking_link` (string, required) - `short_link_id` (string, required) ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 422 fields ## Response 500 fields