master^2
Bhaskar 4 months ago
parent 2b7234ad1e
commit fa0505acdc

@ -812,8 +812,8 @@ module.exports = function (fastify, opts, next) {
//required: [ "support_teamMemberId", "startDate", "endDate", "category", "masterHardwareId"],
properties: {
support_teamMemberId: { type: "string" },
startDate: { type: "string", format: "date-time" },
endDate: { type: "string", format: "date-time" },
startDate: { type: "string" },
endDate: { type: "string" },
category: { type: "string" },
masterHardwareId: { type: "string" },
},

Loading…
Cancel
Save