@@ -, +, @@ --- api/v1/swagger/paths/holds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/api/v1/swagger/paths/holds.json +++ a/api/v1/swagger/paths/holds.json @@ -692,7 +692,7 @@ "description": "Pickup location", "required": true, "schema": { - "type": "string" + "type": "integer" } } ], --