This commit is contained in:
hannathkadher
2025-04-15 20:01:42 +04:00
parent 9f3dce535d
commit 5d379e0c36
5 changed files with 134 additions and 2 deletions

View File

@ -43,6 +43,11 @@ export class ControllerRoute {
'Get user by uuid in project';
public static readonly GET_USER_BY_UUID_IN_PROJECT_DESCRIPTION =
'This endpoint retrieves a user by their unique identifier (UUID) associated with a specific project.';
public static readonly EXPORT_STRUCTURE_CSV_SUMMARY =
'Export project with their full structure to a CSV file';
public static readonly EXPORT_STRUCTURE_CSV_DESCRIPTION =
'This endpoint exports project along with their associated communities, spaces, and nested space hierarchy into a downloadable CSV file. Useful for backups, reports, or audits';
};
};
static PROJECT_USER = class {