diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-02-01 15:50:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-01 15:50:32 +0000 |
commit | 3786f6394d8a973adba50bb5af3b459f0d296f93 (patch) | |
tree | f7ef147453029ed914f77958415da2cfa654c8c7 /cps-rest/docs | |
parent | 30da8a9ea8f8f77ab5976097749caffbd16c4a93 (diff) | |
parent | 4be931a5d98df7b9adb88f70292d103f2c16080f (diff) |
Merge "Retrieve an Anchor for a given dataspace by anchor name - REST layer"
Diffstat (limited to 'cps-rest/docs')
-rwxr-xr-x[-rw-r--r--] | cps-rest/docs/api/swagger/cpsAdmin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/docs/api/swagger/cpsAdmin.yml b/cps-rest/docs/api/swagger/cpsAdmin.yml index d33c8e55ce..18ed1a2ecb 100644..100755 --- a/cps-rest/docs/api/swagger/cpsAdmin.yml +++ b/cps-rest/docs/api/swagger/cpsAdmin.yml @@ -146,7 +146,7 @@ anchorByDataspaceAndAnchorName: get: tags: - cps-admin - summary: Read an anchor given a anchor and a dataspace - DRAFT + summary: Read an anchor given a anchor and a dataspace operationId: getAnchor parameters: - $ref: 'components.yaml#/components/parameters/dataspaceNameInPath' |