From a053493f0fd6112bb293f0dfa80a0e7493013f39 Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+mvr320@users.noreply.github.com> Date: Tue, 16 Nov 2021 23:48:13 +0100 Subject: [PATCH] Assume that the idList followes the sizes of the id above --- webapp/config/packages/nelmio_api_doc.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/config/packages/nelmio_api_doc.yaml b/webapp/config/packages/nelmio_api_doc.yaml index fe23fa43c4..3c84d53cac 100644 --- a/webapp/config/packages/nelmio_api_doc.yaml +++ b/webapp/config/packages/nelmio_api_doc.yaml @@ -75,8 +75,7 @@ nelmio_api_doc: schema: type: array items: - type: string - description: A single ID + $ref: "#/components/parameters/id" strict: name: strict in: query