mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 21:54:54 +00:00
fixed space name
This commit is contained in:
@ -14,7 +14,7 @@ export class AddSpaceDto {
|
||||
})
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
name: string;
|
||||
spaceName: string;
|
||||
|
||||
@ApiProperty({
|
||||
description: 'UUID of the parent space (if any, for hierarchical spaces)',
|
||||
|
||||
Reference in New Issue
Block a user