From 2fb3f66a3da8f7daa8dba9023de56b2227c59e7a Mon Sep 17 00:00:00 2001 From: niamhcore Date: Wed, 29 Sep 2021 15:32:32 +0100 Subject: Changing resource identifier to a query param * Updating yaml * Update jib-maven-plugin version Issue-ID: CPS-679 Signed-off-by: niamhcore Change-Id: Ie2f49bd8e22723ca4dcd2c20ed39722f22c281c1 --- docs/openapi/components.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/openapi/components.yml') diff --git a/docs/openapi/components.yml b/docs/openapi/components.yml index 9cce52de..736639d8 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -157,11 +157,12 @@ components: schema: type: string - resourceIdentifierInPath: + resourceIdentifierInQuery: name: resourceIdentifier - in: path + in: query description: Resource identifier to get/set the resource data required: true + allowReserved: true schema: type: string -- cgit 1.2.3-korg