added edit space module endpoint

This commit is contained in:
hannathkadher
2024-12-18 15:00:34 +04:00
parent 7833151b70
commit 85aa64ac36
8 changed files with 103 additions and 17 deletions

View File

@ -277,6 +277,10 @@ export class ControllerRoute {
public static readonly LIST_SPACE_MODEL_SUMMARY = 'List Space Models';
public static readonly LIST_SPACE_MODEL_DESCRIPTION =
'This endpoint allows you to retrieve a list of space models within a specified project. Each space model includes its structure, associated subspaces, products, and product items.';
public static readonly UPDATE_SPACE_MODEL_SUMMARY = 'Update Space Model';
public static readonly UPDATE_SPACE_MODEL_DESCRIPTION =
'This endpoint allows you to update a Space Model attributesas well as manage its associated Subspaces and Device';
};
};