|
|
|
@ -1812,9 +1812,9 @@ fastify.get("/api/ordersofinstall/:installationId", {
|
|
|
|
|
params: {
|
|
|
|
|
type: "object",
|
|
|
|
|
properties: {
|
|
|
|
|
storeId: { type: "string" },
|
|
|
|
|
installationId: { type: "string" },
|
|
|
|
|
},
|
|
|
|
|
required: ["storeId"],
|
|
|
|
|
required: ["installationId"],
|
|
|
|
|
},
|
|
|
|
|
security: [
|
|
|
|
|
{
|
|
|
|
|