|
|
@ -813,7 +813,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
handler: installationController.getCategorizedIssue
|
|
|
|
handler: installationController.getCategorizedIssue
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
fastify.post("/api/assignTeammember/:supportId/:support_teamMemberId", {
|
|
|
|
fastify.post("/api/updateStatusTeammember/:supportId/:support_teamMemberId", {
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
description: "Team Member status matain for support",
|
|
|
|
description: "Team Member status matain for support",
|
|
|
|
tags: ["Support"],
|
|
|
|
tags: ["Support"],
|
|
|
|