Changes for page REST API

Last modified by Vincent Massol on 2023/11/21

<
From version < 75.7 >
edited by Guillaume Delhumeau
on 2018/03/19
To version < 75.8 >
edited by Guillaume Delhumeau
on 2018/03/19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -743,7 +743,7 @@
743 743  *** 200: If the request was successful.
744 744  *** 401: If the user is not authorized.
745 745  
746 -=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/objects/{className}/{objectNumber} ===
746 +=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/objects/{className}/{objectNumber}[?minorRevision~={true,false}] ===
747 747  
748 748  * **HTTP Method:** GET
749 749  ** **Media types:**
... ... @@ -761,6 +761,8 @@
761 761  *** application/x-www-form-urlencoded (a set of property#name=value pairs representing properties)
762 762  ** **Media types:**
763 763  *** application/xml (Object element)
764 +** **Query parameters**
765 +*** ##minorRevision## ({{info}}Since 9.11.4 & 10.2RC1{{/info}}): Create a minor revision for the page. Disabled by default.
764 764  ** **Description:** Modify the object properties.
765 765  ** **Status codes:**
766 766  *** 202: If the object was updated.

Get Connected