We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f98b45 commit 4a2c324Copy full SHA for 4a2c324
src/api/routes/iam.ts
@@ -200,7 +200,7 @@ const iamRoutes: FastifyPluginAsync = async (fastify, _options) => {
200
{
201
schema: withTags(["IAM"], {
202
body: invitePostRequestSchema,
203
- // response: { 202: entraActionResponseSchema },
+ response: { 202: entraActionResponseSchema },
204
}),
205
onRequest: async (request, reply) => {
206
await fastify.authorize(request, reply, [AppRoles.IAM_INVITE_ONLY]);
0 commit comments