master^2
Bhaskar 8 months ago
parent 762c6e0c07
commit 887f6858de

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

Loading…
Cancel
Save