fixed dto description

This commit is contained in:
hannathkadher
2025-02-26 00:35:55 +04:00
parent aed9719178
commit 8739edb6e9

View File

@ -3,7 +3,7 @@ import { IsUUID } from 'class-validator';
import { ProjectParam } from './project-param.dto'; import { ProjectParam } from './project-param.dto';
export class SpaceModelParam extends ProjectParam { export class SpaceModelParam extends ProjectParam {
@ApiProperty({ @ApiProperty({
description: 'UUID of the Space', description: 'UUID of the Space model',
example: 'd290f1ee-6c54-4b01-90e6-d701748f0851', example: 'd290f1ee-6c54-4b01-90e6-d701748f0851',
}) })
@IsUUID() @IsUUID()