I found the following code in magnolia-rest-servces-1.1.2 module, 
NodeEndpoint.java


[code]

        if (repositoryNode.getNodes() != null && 
!repositoryNode.getNodes().isEmpty()) {
            return Response.status(Response.Status.BAD_REQUEST).build();
        }

[/code]

This pretty much answers one of the questions above. 

Can you advice how to achieve what I am looking to do adding a list of nodes to 
the main node via the REST API?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5d6a3d39-0c4f-49f5-b45f-7633de9aa2e3


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to