You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

response for getDataNode is

{
   "test:bookstore":{
      "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...

  • No labels