From 2b6bd66fd273fadd998b4790f6c33a36bb3f06de Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 12 Sep 2024 12:04:18 +0100 Subject: [PATCH] Bug 37601: (QA follow-up) Add status to api definition Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- api/v1/swagger/definitions/booking.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/booking.yaml b/api/v1/swagger/definitions/booking.yaml index d6db77263c..34a4ab2852 100644 --- a/api/v1/swagger/definitions/booking.yaml +++ b/api/v1/swagger/definitions/booking.yaml @@ -52,6 +52,11 @@ properties: description: Start date and time of this booking format: date-time type: string + status: + description: Status of the booking + type: + - string + - "null" required: - biblio_id - item_id -- 2.39.5