master^2
Bhaskar 2 months ago
parent 12de558085
commit c6304add79

@ -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