How to create an XWiki Object using the REST API?
Last modified by Thomas Mortagne on 2023/10/10
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.