Bhaskar 1 month ago
commit 1d305d93f7

@ -180,7 +180,7 @@ fastify.post("/api/requestedbookings", {
quantity: { type: "string" }, quantity: { type: "string" },
frequency: { frequency: {
type: "string", type: "string",
enum: ["daily","weekly_once","weekly_twice","weekly_thrice","weekly"]
}, },
start_date: { type: "string" }, start_date: { type: "string" },
end_date: { type: "string" }, end_date: { type: "string" },

Loading…
Cancel
Save