From 8739edb6e9f615649ec24e87f8e68374b7743a52 Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Wed, 26 Feb 2025 00:35:55 +0400 Subject: [PATCH] fixed dto description --- src/space-model/dtos/space-model-param.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/space-model/dtos/space-model-param.ts b/src/space-model/dtos/space-model-param.ts index 2111546..f775acc 100644 --- a/src/space-model/dtos/space-model-param.ts +++ b/src/space-model/dtos/space-model-param.ts @@ -3,7 +3,7 @@ import { IsUUID } from 'class-validator'; import { ProjectParam } from './project-param.dto'; export class SpaceModelParam extends ProjectParam { @ApiProperty({ - description: 'UUID of the Space', + description: 'UUID of the Space model', example: 'd290f1ee-6c54-4b01-90e6-d701748f0851', }) @IsUUID()