master^2
Varun 3 months ago
parent 9d59f0c266
commit 28e94931c7

@ -71,7 +71,7 @@ fastify.post("/api/requestedbookings", {
type: "array", type: "array",
items: { items: {
type: "object", type: "object",
required: ["supplierId", "quoted_amount", "custom_field"], required: ["supplierId", "quoted_amount"],
properties: { properties: {
supplierId: { type: "string" }, supplierId: { type: "string" },
quoted_amount: { type: "number" }, quoted_amount: { type: "number" },

Loading…
Cancel
Save