From 3aef85b90d7572739840ee9b4e720d6cc2d2c1f7 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Thu, 2 May 2024 10:58:37 +0200 Subject: [PATCH] Bug 33075: (follow-up) Add floating and floating_on properties to item swagger definitions --- api/v1/swagger/definitions/item.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api/v1/swagger/definitions/item.yaml b/api/v1/swagger/definitions/item.yaml index b254eb2dc34..2356808f924 100644 --- a/api/v1/swagger/definitions/item.yaml +++ b/api/v1/swagger/definitions/item.yaml @@ -98,6 +98,17 @@ properties: description: The date and time an item was last marked as withdrawn, NULL if not withdrawn + floating: + type: + - integer + - "null" + description: Floating item + floating_on: + type: + - string + - "null" + format: date-time + description: Floating item date callnumber: type: - string -- 2.43.0