From a199f68c80c75863010608bbf72419d39f65e128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=A4is=C3=A4?= Date: Fri, 21 Feb 2025 14:05:47 +0200 Subject: [PATCH] Bug 38253: (follow-up) add missing swagger definition --- api/v1/swagger/paths/holds.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/paths/holds.yaml b/api/v1/swagger/paths/holds.yaml index 820f9dde9a..a6aff1b75c 100644 --- a/api/v1/swagger/paths/holds.yaml +++ b/api/v1/swagger/paths/holds.yaml @@ -783,6 +783,10 @@ description: Toggle the holds lowest priority value schema: type: integer + "400": + description: Bad request + schema: + $ref: "../swagger.yaml#/definitions/error" "401": description: Authentication required schema: -- 2.34.1