From 334b6ebc39bf208ea9ac97a99f6335c4f3d09409 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 15 May 2023 10:57:02 +0200 Subject: [PATCH] Bug 31212: Fix api/v1/items. --- 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.25.1