finished Update invited user endpoint

This commit is contained in:
faris Aljohari
2025-01-04 06:25:50 -06:00
parent 687d88ea2e
commit 39d73bf241
6 changed files with 331 additions and 5 deletions

View File

@ -760,6 +760,12 @@ export class ControllerRoute {
public static readonly CREATE_USER_INVITATION_DESCRIPTION =
'This endpoint creates an invitation for a user to assign to role and spaces.';
public static readonly UPDATE_USER_INVITATION_SUMMARY =
'Update user invitation';
public static readonly UPDATE_USER_INVITATION_DESCRIPTION =
'This endpoint updates an invitation for a user to assign to role and spaces.';
public static readonly ACTIVATION_CODE_SUMMARY =
'Activate Invitation Code';