diff options
Diffstat (limited to 'cps-rest/src/main/resources/static/cpsData.yml')
-rw-r--r-- | cps-rest/src/main/resources/static/cpsData.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/src/main/resources/static/cpsData.yml b/cps-rest/src/main/resources/static/cpsData.yml index 75d954473d..77673cb0f8 100644 --- a/cps-rest/src/main/resources/static/cpsData.yml +++ b/cps-rest/src/main/resources/static/cpsData.yml @@ -72,7 +72,7 @@ listNodeByDataspaceAndAnchor: '403': $ref: 'components.yml#/components/responses/Forbidden' - patch: + put: description: Replace list-node child elements under existing node for a given anchor and dataspace tags: - cps-data |