Changes for page REST API
Last modified by Thomas Mortagne on 2022/08/08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -709,7 +709,7 @@ 709 709 710 710 == Object resources == 711 711 712 -=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/objects[?start~=offset&number~=n] === 712 +=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/objects[?start~=offset&number~=n&minorRevision~={true,false}] === 713 713 714 714 * **HTTP Method:** GET 715 715 ** **Media types:** ... ... @@ -728,6 +728,8 @@ 728 728 **** e.g. {{code language="none"}}className=XWiki.XWikiUsers&property#first_name=John&property#last_name=Doe{{/code}} 729 729 ** **Media types:** 730 730 *** application/xml (Object element) 731 +** **Query parameters** 732 +*** ##minorRevision## ({{info}}Since 9.11.4 & 10.2RC1{{/info}}): Create a minor revision for the page. Disabled by default. 731 731 ** **Description:** Create a new object. 732 732 ** **Status codes:** 733 733 *** 201: If the object was created (The Location header will contain the URI associated to the newly created object).