# Update production contact in booking **PUT /bookings/{booking_id}/production/{booking_production_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **booking_id** (integer(int32)) ID of booking to update - **booking_production_id** (integer(int32)) ID of booking production contact to update ### Query parameters - **contact_id** (integer(int32)) Contact ID of production contact - **user_id** (integer(int32)) User ID of production contact - **role** (string) Role of contact in booking (photographer, hair stylist, etc) ## Responses ### 200 Booking production contact updated #### Body: application/json (array[array]) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)