mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 12:33:22 +00:00
fix endpoint description
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user