From 3ff7771d9420452814455f9026c822ee2bb8f505 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 1 Nov 2023 15:00:13 -0300 Subject: [PATCH] Bug 34587: Fix stray type definition Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/paths/erm_sushi_services.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/v1/swagger/paths/erm_sushi_services.yaml b/api/v1/swagger/paths/erm_sushi_services.yaml index 3cbc89256b..2fd0377565 100644 --- a/api/v1/swagger/paths/erm_sushi_services.yaml +++ b/api/v1/swagger/paths/erm_sushi_services.yaml @@ -21,7 +21,6 @@ schema: items: $ref: "../swagger.yaml#/definitions/erm_sushi_service" - type: object 400: description: Bad request schema: @@ -42,4 +41,4 @@ $ref: "../swagger.yaml#/definitions/error" x-koha-authorization: permissions: - erm: 1 \ No newline at end of file + erm: 1 -- 2.39.5