From 3134a38c801ade5be93167849d33064deb64ecab Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 21 May 2021 17:16:19 -0300 Subject: [PATCH] Bug 28370: Fix invalid responses in /patrons This response codes are not actually used. Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/paths/patrons.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/api/v1/swagger/paths/patrons.json b/api/v1/swagger/paths/patrons.json index 23d143b9180..3f067cc26ad 100644 --- a/api/v1/swagger/paths/patrons.json +++ b/api/v1/swagger/paths/patrons.json @@ -617,18 +617,6 @@ } } }, - "202": { - "description": "Accepted and waiting for librarian verification", - "schema": { - "type": "object" - } - }, - "204": { - "description": "No Content", - "schema": { - "type": "object" - } - }, "400": { "description": "Bad parameter", "schema": { -- 2.31.1