From a5d4f6d51e137ba206c26cddb26b28ddb8ac551d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 11 Mar 2024 10:38:33 -0300 Subject: [PATCH] Bug 35967: (QA follow-up) `status` is not nullable Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 1b52c5c5395ebc11bde883ef1947fb91fd2e2cf3) Signed-off-by: Fridolin Somers --- api/v1/swagger/definitions/recall.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/v1/swagger/definitions/recall.yaml b/api/v1/swagger/definitions/recall.yaml index 5c310179aa..9a36bb814e 100644 --- a/api/v1/swagger/definitions/recall.yaml +++ b/api/v1/swagger/definitions/recall.yaml @@ -38,9 +38,7 @@ properties: - "null" description: Where in the queue the patron sits (not yet implemented) status: - type: - - string - - "null" + type: string description: Status of the recall enum: - requested -- 2.20.1