diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-09-11 09:14:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-09-11 09:14:14 +0000 |
commit | a346bc65249bb3c82abc880fbcf2c2c66fc1e8e5 (patch) | |
tree | 5ad885b00ae66a2ef9a7865094a3d4587a84f537 /docs/cps-delta-endpoints.rst | |
parent | 2bdef267963c83509590b5c895f93380545720aa (diff) | |
parent | 3c8539cf17b1698cadf08e6f3acc4a8b9273af85 (diff) |
Merge "Renaming Delta Operations as per RFC 9144"
Diffstat (limited to 'docs/cps-delta-endpoints.rst')
-rw-r--r-- | docs/cps-delta-endpoints.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cps-delta-endpoints.rst b/docs/cps-delta-endpoints.rst index b2e4e6041b..ecb7550f44 100644 --- a/docs/cps-delta-endpoints.rst +++ b/docs/cps-delta-endpoints.rst @@ -38,7 +38,7 @@ Sample Delta Report [ { - "action": "ADD", + "action": "create", "xpath": "/bookstore/categories/[@code=3]", "target-data": { "code": "3,", @@ -46,7 +46,7 @@ Sample Delta Report } }, { - "action": "REMOVE", + "action": "remove", "xpath": "/bookstore/categories/[@code=1]", "source-data": { "code": "1,", @@ -54,7 +54,7 @@ Sample Delta Report } }, { - "action": "UPDATE", + "action": "replace", "xpath": "/bookstore/categories/[@code=2]", "source-data": { "name": "Funny" |