I have a problem with the description.
When "enumName" and "description" in the @ApiProperty() options are filled in. The description is not displayed in the schema.
Do you have any idea why?
I use :
nestjs: 10.2.7
"@nestjs/swagger": 7.1.13
2 messages · Page 1 of 1 (latest)
I have a problem with the description.
When "enumName" and "description" in the @ApiProperty() options are filled in. The description is not displayed in the schema.
Do you have any idea why?
I use :
nestjs: 10.2.7
"@nestjs/swagger": 7.1.13
have you tried hard coding that description?