added tag api

This commit is contained in:
hannathkadher
2025-03-05 16:59:58 +04:00
parent 20474835dd
commit a7995bb2b8
2 changed files with 19 additions and 5 deletions

View File

@ -89,6 +89,8 @@ 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 roleTypes = '/role/types';
static const String permission = '/permission/{roleUuid}';