mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:34:55 +00:00
fix summary
This commit is contained in:
@ -292,7 +292,7 @@ export class ControllerRoute {
|
|||||||
public static readonly CREATE_SPACE_MODEL_DESCRIPTION =
|
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.';
|
'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.';
|
||||||
|
|
||||||
public static readonly GET_SPACE_MODEL_SUMMARY = 'Get a New Space Model';
|
public static readonly GET_SPACE_MODEL_SUMMARY = 'Get a Space Model';
|
||||||
public static readonly GET_SPACE_MODEL_DESCRIPTION =
|
public static readonly GET_SPACE_MODEL_DESCRIPTION =
|
||||||
'Fetch a space model details';
|
'Fetch a space model details';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user