From c5ac85a463f0515473549fa1175058eb9ec4b34e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 15 Feb 2024 10:15:12 +0000 Subject: [PATCH] Bug 36100: Remove readOnly from bookings definition. Whilst readOnly feels correct here, swagger doesn't work that way at our version. It must be removed to restore the ability to edit exising bookings. --- api/v1/swagger/definitions/booking.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/swagger/definitions/booking.yaml b/api/v1/swagger/definitions/booking.yaml index a615bb9ed83..23393a60ff3 100644 --- a/api/v1/swagger/definitions/booking.yaml +++ b/api/v1/swagger/definitions/booking.yaml @@ -10,7 +10,6 @@ properties: booking_id: description: Internal booking identifier type: integer - readOnly: true end_date: description: Start date and time of this booking format: date-time -- 2.43.1