diff --git a/src/routes/installationRoute.js b/src/routes/installationRoute.js index 2bdcba8a..84af3361 100644 --- a/src/routes/installationRoute.js +++ b/src/routes/installationRoute.js @@ -551,7 +551,7 @@ module.exports = function (fastify, opts, next) { fastify.route({ method: 'POST', - url: '/support/:supportId/team-member', + url: '/supportCreateTeamMember/:supportId', schema: { tags: ['Support'], summary: 'Create a new team member under a support record',