Fix parameter sharing example (#2004)

This commit is contained in:
Guilhem Niot 2022-06-11 09:56:29 +02:00 committed by GitHub
parent c1f4383fc0
commit dcc1cd8964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,9 @@ A: You can configure ``schemas`` in the nelmio_api_doc configuration and then re
* @OA\Response(
* response=200,
* description="List of image definitions",
* @OA\JsonContent(@OA\Schema(
* type="object",
* title="ListOperationsResponse",
* additionalProperties={"$ref": "#/components/schemas/NelmioImageList"}
* ))
* @OA\JsonContent(
* ref="#/components/schemas/NelmioImageList",
* )
*/
Optional Path Parameters