mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 19:19:29 +03:00
Fix methods in route annotation in documentation (#2028)
Fix the bad typo.
This commit is contained in:
parent
fd45120d5c
commit
83c81518c6
@ -203,7 +203,7 @@ To document your routes, you can use the SwaggerPHP annotations and the
|
|||||||
*
|
*
|
||||||
* This call takes into account all confirmed awards, but not pending or refused awards.
|
* This call takes into account all confirmed awards, but not pending or refused awards.
|
||||||
*/
|
*/
|
||||||
#[Route('/api/{user}/rewards', methods=['GET'])]
|
#[Route('/api/{user}/rewards', methods: ['GET'])]
|
||||||
#[OA\Response(
|
#[OA\Response(
|
||||||
response: 200,
|
response: 200,
|
||||||
description: 'Returns the rewards of an user',
|
description: 'Returns the rewards of an user',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user