mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 13:24:53 +00:00
added edit space module endpoint
This commit is contained in:
@ -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';
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user