# Update a BaseEventBookingSchedule **PUT /api/event/base_event_booking_schedule/{identifier}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **identifier** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Update a BaseEventBookingSchedule #### Body: application/json (object) - **baseEvent** (object) - **baseBookable** (object) - **secondaryBaseBookable** (object) - **baseLocation** (object) - **id** (integer) - **performing_person** (object) - **secondary_performing_person** (object) - **start_time** (string(date-time)) - **end_time** (string(date-time)) - **generated_until** (string(date-time)) - **generate_ignore_sys_calendar** (boolean) - **generate_hour_start** (string(date-time)) - **generate_hour_end** (string(date-time)) - **generate_day_of_week** (integer) - **ignored_dates** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **deleted** (boolean) [Powered by Bump.sh](https://bump.sh)