ashok 2 months ago
commit edc1c1108d

@ -16,7 +16,7 @@ module.exports = function (fastify, opts, next) {
},
body: {
type: "object",
required: ["departmentId", "departmentName", "firstName", "phone", "password"],
required: ["departmentId", "firstName", "phone", "password"],
properties: {
departmentId: { type: "string", description: "Department ID (installationId)" },
//departmentName: { type: "string", description: "Department name" },

Loading…
Cancel
Save