Skip to content

Commit 4a2c324

Browse files
committed
test adding response object
1 parent 7f98b45 commit 4a2c324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/iam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const iamRoutes: FastifyPluginAsync = async (fastify, _options) => {
200200
{
201201
schema: withTags(["IAM"], {
202202
body: invitePostRequestSchema,
203-
// response: { 202: entraActionResponseSchema },
203+
response: { 202: entraActionResponseSchema },
204204
}),
205205
onRequest: async (request, reply) => {
206206
await fastify.authorize(request, reply, [AppRoles.IAM_INVITE_ONLY]);

0 commit comments

Comments
 (0)