From aba699a2bf0ea20feab1d9530209a8ad3a0257f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=A4is=C3=A4?= Date: Mon, 3 Mar 2025 10:13:50 +0200 Subject: [PATCH] Bug 38253: (follow-up) remove irrelevant swagger parameter This patch removes irrelevant swagger parameter from lowest_priority endpoint. --- api/v1/swagger/paths/holds.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/v1/swagger/paths/holds.yaml b/api/v1/swagger/paths/holds.yaml index a6aff1b75c..d8fce203e5 100644 --- a/api/v1/swagger/paths/holds.yaml +++ b/api/v1/swagger/paths/holds.yaml @@ -770,12 +770,6 @@ summary: Toggle holds lowest priority parameters: - $ref: "../swagger.yaml#/parameters/hold_id_pp" - - name: body - in: body - description: An integer representing the new priority to be set for the hold - required: false - schema: - type: integer produces: - application/json responses: -- 2.34.1