From 499fb63413521ad590257a1028c2958eb2a00bb0 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 27 Jun 2023 13:23:08 +0000 Subject: [PATCH] Bug 34130: Make requested_date nullable in api definition --- api/v1/swagger/definitions/ill_request.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/ill_request.yaml b/api/v1/swagger/definitions/ill_request.yaml index b4c2822187..80f7e13b21 100644 --- a/api/v1/swagger/definitions/ill_request.yaml +++ b/api/v1/swagger/definitions/ill_request.yaml @@ -29,7 +29,9 @@ properties: type: string description: Internal library identifier requested_date: - type: string + type: + - string + - "null" format: date description: Date the request was placed by the patron replied_date: -- 2.30.2