From 15fbe4d31a9477da734fdfa65ce1281071bb9784 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 --- 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 5c310179aa3..9a36bb814e4 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.44.0