Merge pull request #115 from SyncrowIOT/dev

Dev
This commit is contained in:
Abdullah
2025-03-12 14:21:13 +03:00
committed by GitHub
149 changed files with 4580 additions and 1757 deletions

View File

@ -89,6 +89,13 @@ abstract class ApiEndpoints {
static const String createSpaceModel = '/projects/{projectId}/space-models';
static const String getSpaceModel = '/projects/{projectId}/space-models/{spaceModelUuid}';
static const String updateSpaceModel = '/projects/{projectId}/space-models/{spaceModelUuid}';
//tag
static const String listTags = '/projects/{projectId}/tags';
static const String linkSpaceModel =
'/projects/{projectId}/space-models/{spaceModelUuid}/spaces/link';
static const String validateSpaceModel = '/projects/{projectId}/spaces/validate';
static const String roleTypes = '/role/types';
static const String permission = '/permission/{roleUuid}';