Update @OA\Parameter usage example (#1706)

This commit is contained in:
Guilhem Niot 2020-08-26 22:30:16 +02:00 committed by GitHub
parent 5dce5fe1bc
commit 5b6f128bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")