mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Fix parameter sharing example (#2004)
This commit is contained in:
parent
c1f4383fc0
commit
dcc1cd8964
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user