From f027d4dedf8f2bcf8305f5951b49d7e12cd93c11 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 6 Aug 2025 05:50:46 +0000 Subject: [PATCH] Bug 15516: (follow-up) fix holds API This patch adds a missing hold_group_id definition in holds API Test plan: 0. Apply the patch 1. Rebuild swagger redocly bundle --ext json api/v1/swagger/swagger.yaml \ --output api/v1/swagger/swagger_bundle.json 2. Run unit tests: prove t/db_dependent/api/v1/holds.t --- api/v1/swagger/definitions/hold.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/hold.yaml b/api/v1/swagger/definitions/hold.yaml index af3cd55087..048fc5a28b 100644 --- a/api/v1/swagger/definitions/hold.yaml +++ b/api/v1/swagger/definitions/hold.yaml @@ -135,6 +135,11 @@ properties: - object - "null" description: Pickup library + hold_group_id: + type: + - integer + - "null" + description: Hold group identifier _strings: type: - object -- 2.39.5