fixed space name

This commit is contained in:
hannathkadher
2024-10-21 10:34:55 +04:00
parent 50cc6ed38f
commit 581618296d
2 changed files with 1 additions and 7 deletions

View File

@ -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)',