From b63362f51997a5293dfb8fae8362e52651fd5ab7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 15 May 2023 10:57:02 +0200 Subject: [PATCH] Bug 31212: Adjust item spec for last_seen_date This bug changed the column to a date-time and the spec gets adjusted as well. Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/item.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/item.yaml b/api/v1/swagger/definitions/item.yaml index eb102399a20..fc1cc718f4b 100644 --- a/api/v1/swagger/definitions/item.yaml +++ b/api/v1/swagger/definitions/item.yaml @@ -55,7 +55,7 @@ properties: type: - string - "null" - format: date + format: date-time description: The date the item barcode was last scanned not_for_loan_status: type: integer -- 2.34.1