From 5df77a718dbec41bbe19b59e2bb0d12a752729a9 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 (cherry picked from commit 104c6bf1ccd6ac7ce96ca8d1fb2f913ecbcffed4) Signed-off-by: Lucas Gass --- 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 ec075bd75c..17f79c24c8 100644 --- a/api/v1/swagger/paths/patrons_holds.yaml +++ b/api/v1/swagger/paths/patrons_holds.yaml @@ -25,7 +25,7 @@ type: string enum: - cancellation_requested - collectionFormat: csv + collectionFormat: csv produces: - application/json responses: -- 2.39.5