mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-11 15:48:09 +00:00
Add delete user invitation functionality
This commit is contained in:
@ -772,6 +772,12 @@ export class ControllerRoute {
|
||||
public static readonly DISABLE_USER_INVITATION_DESCRIPTION =
|
||||
'This endpoint disables an invitation for a user to assign to role and spaces.';
|
||||
|
||||
public static readonly DELETE_USER_INVITATION_SUMMARY =
|
||||
'Delete user invitation';
|
||||
|
||||
public static readonly DELETE_USER_INVITATION_DESCRIPTION =
|
||||
'This endpoint deletes 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