mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +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(
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user