From 4d42d689af7cd96770143bddf1e79ae638ac1989 Mon Sep 17 00:00:00 2001 From: Arpit Singh Date: Tue, 6 Feb 2024 16:54:50 +0530 Subject: Fix: Documentation for Delta Feature Issue-ID: CPS-2074 Signed-off-by: Arpit Singh Change-Id: Ib32b4c75f7eb5402367f69a077c447a3eb062b0b --- docs/design.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/design.rst b/docs/design.rst index 80eb5f152..af1f5abd4 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 ======================= -- cgit 1.2.3-korg