diff --git a/src/routes/storeRoute.js b/src/routes/storeRoute.js index a7e2e24f..9bd66cf1 100644 --- a/src/routes/storeRoute.js +++ b/src/routes/storeRoute.js @@ -1812,9 +1812,9 @@ fastify.get("/api/ordersofinstall/:installationId", { params: { type: "object", properties: { - storeId: { type: "string" }, + installationId: { type: "string" }, }, - required: ["storeId"], + required: ["installationId"], }, security: [ {