mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
Add endpoint to disable user invitation
This commit is contained in:
@ -766,6 +766,12 @@ export class ControllerRoute {
|
||||
public static readonly UPDATE_USER_INVITATION_DESCRIPTION =
|
||||
'This endpoint updates an invitation for a user to assign to role and spaces.';
|
||||
|
||||
public static readonly DISABLE_USER_INVITATION_SUMMARY =
|
||||
'Disable user invitation';
|
||||
|
||||
public static readonly DISABLE_USER_INVITATION_DESCRIPTION =
|
||||
'This endpoint disables an invitation for a user to assign to role and spaces.';
|
||||
|
||||
public static readonly ACTIVATION_CODE_SUMMARY =
|
||||
'Activate Invitation Code';
|
||||
|
||||
|
Reference in New Issue
Block a user