Changes for page REST API

Last modified by Thomas Mortagne on 2024/03/12

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

Summary

Details

Page properties
Content
... ... @@ -348,7 +348,7 @@
348 348  *** 200: If the request was successful.
349 349  *** 401: If the user is not authorized.
350 350  
351 -=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}[?prettyNames~={true,false}&objects~={true,false}&class~={true,false}&attachments~={true,false}] ===
351 +=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}[?prettyNames~={true,false}&objects~={true,false}&class~={true,false}&attachments~={true,false}&minorRevision~={true,false}] ===
352 352  
353 353  * **HTTP Method:** GET
354 354  ** **Media types:**
... ... @@ -421,7 +421,7 @@
421 421  *** 200: If the request was successful.
422 422  *** 401: If the user is not authorized.
423 423  
424 -=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/translations/{language} ===
424 +=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}/translations/{language}[?minorRevision~={true,false}] ===
425 425  
426 426  * **HTTP Method:** GET
427 427  ** **Media types:**
... ... @@ -440,6 +440,8 @@
440 440  *** application/x-www-form-urlencoded (allowed field names: title, parent, content)
441 441  ** **Media types:**
442 442  *** application/xml (Page element)
443 +** **Query parameters**
444 +*** ##minorRevision## ({{info}}Since 9.11.4 & 10.2RC1{{/info}}): Create a minor revision for the page. Disabled by default.
443 443  ** **Description:** Create or updates a page translation.
444 444  ** **Status codes:**
445 445  *** 201: If the page was created.

Get Connected