Uploaded image for project: 'Configuration Persistence Service'
  1. Configuration Persistence Service
  2. CPS-461

Spike for aligning JSON DataNode for Get and Post/Put endpoints in CPS Core

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: High High
    • Jakarta Release
    • None
    • CPS-Core
    • None

      response for getDataNode is

      {
         "bookstore-name":"Chapters",
         "categories":[ 
            ...
         ]
      }
      

      But we send this body when creating/updating DataNode (i.e. its wrapped using module information)

      {
         "test:bookstore":{
            "bookstore-name":"Chapters",
            "categories":[
               ...
            ]
         }
      }
      

      This might have been discussed in the past, this Jira is just a placeholder to start a quick investigation and decide what we agreed to do or want to do now...
       

            lukegleeson lukegleeson
            ToineSiebelink Toine Siebelink
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: