diff options
author | Joseph Keenan <joseph.keenan@est.tech> | 2022-12-21 11:42:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-21 11:42:39 +0000 |
commit | 482b6745fea99c6af3a776bc8660ac914aa5c2b8 (patch) | |
tree | 68b47e85d92f2b88f4f54df257b0e327723a9531 /cps-rest/docs/openapi/cpsQuery.yml | |
parent | 92d9116dfff9898279adcaef529301136f5e8177 (diff) | |
parent | 897686f96f49dc4405eb3e29f2a6218dc8040c97 (diff) |
Merge "API versioning supported and added different versions for POST APIs"
Diffstat (limited to 'cps-rest/docs/openapi/cpsQuery.yml')
-rw-r--r-- | cps-rest/docs/openapi/cpsQuery.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cps-rest/docs/openapi/cpsQuery.yml b/cps-rest/docs/openapi/cpsQuery.yml index dc0402d03e..45fc70c861 100644 --- a/cps-rest/docs/openapi/cpsQuery.yml +++ b/cps-rest/docs/openapi/cpsQuery.yml @@ -1,6 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2021 Nordix Foundation # Modifications Copyright (c) 2022 Bell Canada. +# Modifications Copyright (c) 2022 TechMahindra Ltd. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,6 +26,7 @@ nodesByDataspaceAndAnchorAndCpsPath: summary: Query data nodes operationId: getNodesByDataspaceAndAnchorAndCpsPath parameters: + - $ref: 'components.yml#/components/parameters/apiVersionInPath' - $ref: 'components.yml#/components/parameters/dataspaceNameInPath' - $ref: 'components.yml#/components/parameters/anchorNameInPath' - $ref: 'components.yml#/components/parameters/cpsPathInQuery' |