mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
linking dto
This commit is contained in:
@ -307,6 +307,11 @@ export class ControllerRoute {
|
||||
public static readonly DELETE_SPACE_MODEL_SUMMARY = 'Delete Space Model';
|
||||
public static readonly DELETE_SPACE_MODEL_DESCRIPTION =
|
||||
'This endpoint allows you to delete a specified Space Model within a project. Deleting a Space Model disables the model and all its associated subspaces and tags, ensuring they are no longer active but remain in the system for auditing.';
|
||||
|
||||
public static readonly LINK_SPACE_MODEL_SUMMARY =
|
||||
'Link a Space Model to spaces';
|
||||
public static readonly LINK_SPACE_MODEL_DESCRIPTION =
|
||||
'This endpoint allows you to link a specified Space Model within a project to multiple spaces. Linking a Space Model applies the model and all its associated subspaces and tags, to the spaces.';
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user