send_invite_user

This commit is contained in:
mohammad
2024-12-17 17:07:14 +03:00
parent bd1204c03a
commit 298aab5116
3 changed files with 42 additions and 1 deletions

View File

@ -89,5 +89,6 @@ abstract class ApiEndpoints {
static const String updateAutomation = '/automation/{automationId}';
static const String roleTypes = '/role/types';
static const String permission = '/permission/{roleUuid}';
static const String inviteUser = '/invite-user';
// static const String updateAutomation = '/automation/{automationId}';
}