From 70a1f76300900f91dfdf779b62fdc14099358324 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 10 Dec 2020 16:56:09 +0100 Subject: [PATCH] Bug 27190: [DO NOT PUSH] example of failure Apply patches from 18729 to test this change. --- api/v1/swagger/paths/holds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/paths/holds.json b/api/v1/swagger/paths/holds.json index da58afc650..fec4bd4b5b 100644 --- a/api/v1/swagger/paths/holds.json +++ b/api/v1/swagger/paths/holds.json @@ -692,7 +692,7 @@ "description": "Pickup location", "required": true, "schema": { - "type": "string" + "type": "integer" } } ], -- 2.20.1