master
Naidu 10 months ago
parent 4155a8423d
commit b50b0bbc35

@ -350,7 +350,7 @@ fastify.get("/api/getAllInstallers", {
}); });
fastify.delete("/api/users/:installationId", { fastify.delete("/api/deleteInstaller/:installationId", {
schema: { schema: {
description: "Delete a user by installationId", description: "Delete a user by installationId",
tags: ["Install Management"], tags: ["Install Management"],
@ -375,7 +375,7 @@ fastify.delete("/api/users/:installationId", {
}); });
fastify.put("/api/users/:installationId", { fastify.put("/api/updaeInstaller/:installationId", {
schema: { schema: {
description: "Update user details by installationId", description: "Update user details by installationId",
tags: ["Install Management"], tags: ["Install Management"],

Loading…
Cancel
Save