diff options
author | niamhcore <niamh.core@est.tech> | 2021-09-29 15:32:32 +0100 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2021-09-30 17:45:44 +0100 |
commit | 2fb3f66a3da8f7daa8dba9023de56b2227c59e7a (patch) | |
tree | 67b4e92520b5c9dc073423e0a1da1b65dad69dcc /docs/openapi/components.yml | |
parent | 7e148f8eda2c5741d5c08ae37c6fd36f8d861659 (diff) |
Changing resource identifier to a query param
* Updating yaml
* Update jib-maven-plugin version
Issue-ID: CPS-679
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: Ie2f49bd8e22723ca4dcd2c20ed39722f22c281c1
Diffstat (limited to 'docs/openapi/components.yml')
-rw-r--r-- | docs/openapi/components.yml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |