mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-12 10:36:09 +03:00
Update @OA\Parameter
usage example (#1706)
This commit is contained in:
parent
5dce5fe1bc
commit
5b6f128bd0
@ -160,8 +160,8 @@ To document your routes, you can use the SwaggerPHP annotations and the
|
||||
* @OA\Parameter(
|
||||
* name="order",
|
||||
* in="query",
|
||||
* type="string",
|
||||
* description="The field used to order rewards"
|
||||
* description="The field used to order rewards",
|
||||
* @OA\Schema(type="string")
|
||||
* )
|
||||
* @OA\Tag(name="rewards")
|
||||
* @Security(name="Bearer")
|
||||
|
Loading…
x
Reference in New Issue
Block a user