How to create an XWiki Object using the REST API?

Version 4.3 by Vincent Massol on 2011/11/08

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: http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HCreatinganObject

Get Connected