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( * @OA\Response(
* response=200, * response=200,
* description="List of image definitions", * description="List of image definitions",
* @OA\JsonContent(@OA\Schema( * @OA\JsonContent(
* type="object", * ref="#/components/schemas/NelmioImageList",
* title="ListOperationsResponse", * )
* additionalProperties={"$ref": "#/components/schemas/NelmioImageList"}
* ))
*/ */
Optional Path Parameters Optional Path Parameters