Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

API :  PUT https://IP:PORT/cps/api/v2/dataspace/<dataspace-name>/deltanotification/<subscribe or unsubscribe>


Request body:

[

{

"anchorName": "anchor01",

"subscribeDeltaNotification": true

},  

{

"anchorName ": "anchor02",

"subscribeDeltaNotification": true

}

]


Additional field will be added to Anchor table to persist delta notification subscription. newly added field details are as below.  

...