diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-10-04 16:13:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-04 16:13:48 +0000 |
commit | b95f49172c6909a6b0dddc31ac99dd22d5189de0 (patch) | |
tree | 89a78d9cbb37c73e8aa20c8a16e301342daa15d3 /docs/openapi/components.yml | |
parent | 3c849ba983dd02a252e94b87eafdfaaeda8eab9b (diff) | |
parent | 2fb3f66a3da8f7daa8dba9023de56b2227c59e7a (diff) |
Merge "Changing resource identifier to a query param"
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 |