From 104c6bf1ccd6ac7ce96ca8d1fb2f913ecbcffed4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 28 Dec 2023 10:16:33 -0300 Subject: [PATCH] Bug 35658: Fix misaligned collectionFormat in patron_holds.yaml This patch fixes a silly typo. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 54b07ffc1808082aee868a01ce4d670438309996) Signed-off-by: Fridolin Somers --- api/v1/swagger/paths/patrons_holds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/paths/patrons_holds.yaml b/api/v1/swagger/paths/patrons_holds.yaml index e8e1335a87..7204be98cf 100644 --- a/api/v1/swagger/paths/patrons_holds.yaml +++ b/api/v1/swagger/paths/patrons_holds.yaml @@ -24,7 +24,7 @@ type: string enum: - cancellation_requested - collectionFormat: csv + collectionFormat: csv produces: - application/json responses: -- 2.20.1