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

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

Loading…
Cancel
Save