Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Rave Wiki" for change 
notification.

The "RESTAPI" page has been changed by ChrisGeer:
https://wiki.apache.org/rave/RESTAPI?action=diff&rev1=1&rev2=2

  
  == REST Methods ==
  
+ As a general rule if you update an object that has nested objects as values 
(i.e. page), if you don't specify the key for the nested object (i.e. regions) 
then the regions would not be modified at all. If you do specify the key, then 
the values as part of that key will replace the entire sub-tree. Modifying sub 
items is much simpler by using the subresource paths under the parent object 
(i.e. pages/{id}/regions/...)
+ 
  === Pages ===
  {{{
  /pages - GET/POST - all pages that don't have parent pages

Reply via email to