Changes for page REST API
Last modified by Ludovic Dubost on 2021/06/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -787,7 +787,7 @@ 787 787 *** 200: If the request was successful. 788 788 *** 401: If the user is not authorized. 789 789 790 -=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/objects/{className}/{objectNumber}/properties/{propertyName} === 790 +=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/objects/{className}/{objectNumber}/properties/{propertyName}[?minorRevision~={true,false}] === 791 791 792 792 * **HTTP Method:** GET 793 793 ** **Media types:** ... ... @@ -806,6 +806,8 @@ 806 806 *** application/x-www-form-urlencoded (a field property#name=value pairs representing a property) 807 807 ** **Media types:** 808 808 *** application/xml (Property element) 809 +** **Query parameters** 810 +*** ##minorRevision## ({{info}}Since 9.11.4 & 10.2RC1{{/info}}): Create a minor revision for the page. Disabled by default. 809 809 ** **Description:** Modify the object properties. 810 810 ** **Status codes:** 811 811 *** 202: If the object was updated.