fix endpoint description

This commit is contained in:
2023-08-03 18:37:24 +02:00
parent eaa0c8cc33
commit eb9569adee

View File

@@ -45,7 +45,7 @@ export class CardsController {
}
@ApiConsumes('multipart/form-data')
@ApiOperation({ summary: 'Get card by id', description: 'Get card by id' })
@ApiOperation({ summary: 'Update card', description: 'Update partial card data' })
@ApiUnauthorizedResponse({ description: 'Unauthorized' })
@ApiNotFoundResponse({ description: 'Card not found' })
@UseGuards(JwtAuthGuard)