How to create an XWiki Object using the REST API??

Version 6.1 by Vincent Massol on 2012/03/24

You can create XWiki Objects by sending POST requests to the /xwiki/rest/wikis/xwiki/spaces/{space}/pages/{page}/objects URI.

Object data can be sent either using the XML or the application/x-www-form-urlencoded formats.

For a more detailed tutorial please refer to the REST documentation.

Get Connected