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

Compare with Current View Page History

« Previous Version 4 Next »

response for getDataNode is

But we send this body when creating/updating DataNode (i.e. its wrapped using module information)
{code:java}
{
   "test:bookstore":{
      "bookstore-name":"Chapters",
      "categories":[
         ...
      ]
   }
}
{code}

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...
 

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