mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 13:24:53 +00:00
added space model controller for create
This commit is contained in:
@ -266,6 +266,16 @@ export class ControllerRoute {
|
||||
};
|
||||
};
|
||||
|
||||
static SPACE_MODEL = class {
|
||||
public static readonly ROUTE = '/projects/:projectUuid/space-models';
|
||||
static ACTIONS = class {
|
||||
public static readonly CREATE_SPACE_MODEL_SUMMARY =
|
||||
'Create a New Space Model';
|
||||
public static readonly CREATE_SPACE_MODEL_DESCRIPTION =
|
||||
'This endpoint allows you to create a new space model within a specified project. A space model defines the structure of spaces, including subspaces, products, and product items, and is uniquely identifiable within the project.';
|
||||
};
|
||||
};
|
||||
|
||||
static PRODUCT = class {
|
||||
public static readonly ROUTE = 'products';
|
||||
static ACTIONS = class {
|
||||
|
||||
Reference in New Issue
Block a user