diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-02-07 09:27:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-07 09:27:29 +0000 |
commit | 50a9e57cd4793a541ff8d2ec97a4fb7a7d62b934 (patch) | |
tree | ee069a78c5419a7001b6dd98399372a4066181a5 | |
parent | 8bcb8ee9f7edbf12d3300f34642e2efacabe4ea8 (diff) | |
parent | 4d42d689af7cd96770143bddf1e79ae638ac1989 (diff) |
Merge "Fix: Documentation for Delta Feature"
-rw-r--r-- | docs/design.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/design.rst b/docs/design.rst index 80eb5f1523..af1f5abd4a 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -72,6 +72,12 @@ CPS Path Several CPS APIs use the cps-path (or cpsPath in Java API) parameter. The CPS Path is described in detail in :doc:`cps-path`. +CPS Delta +========= + +CPS Delta feature provides the ability to find the delta/difference between two JSON configurations. +The CPS Delta feature is described in detail in :doc:`cps-delta-feature`. + NCMP CM Handle Querying ======================= |