From be90c26273b73293a79496416d0e13214fda1fed Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 14 Nov 2024 20:43:52 +0000 Subject: [PATCH] Bug 33641: (follow-up) Add field to api spec --- api/v1/swagger/definitions/checkout.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/checkout.yaml b/api/v1/swagger/definitions/checkout.yaml index 4ace091bd58..c56f8a7e4d1 100644 --- a/api/v1/swagger/definitions/checkout.yaml +++ b/api/v1/swagger/definitions/checkout.yaml @@ -36,6 +36,11 @@ properties: - "null" format: date-time description: Date the item was returned + checkin_library: + type: + - string + - "null" + description: Library at which the item was returned last_renewed_date: type: - string -- 2.39.5