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
-
... ... @@ -259,7 +259,29 @@ 259 259 ** **Status codes:** 260 260 *** 200: If the request was successful. 261 261 262 +=== /wikis/{wikiName} 262 262 264 +* **HTTP Method:** GET 265 +** **Media types:** 266 +*** application/xml (Wiki element) 267 +** **Description:** information about the wiki 268 +** **Status codes:** 269 +*** 200: If the request was successful. 270 + 271 +* **HTTP Method:** POST 272 +** **Accepted Media types:** 273 +*** octet/stream (A XAR file) 274 +** **Media types:** 275 +*** application/xml (Wiki element) 276 +** **Query parameters** 277 +*** backup={true/false} - import XAR as a backup XAR 278 +*** history={RESET/REPLACE/ADD} - history importing 279 +** **Description:** information about the wiki 280 +** **Status codes:** 281 +*** 200: If the request was successful. 282 + 283 + 284 + 263 263 === /wikis/{wikiName}/search?q~={keywords}~[~[&scope~={name,content,title,objects}...]&start~=n]~[&number~=n]~[&orderField~=field&order~={asc,desc}]~[distinct~={true,false}]~[&prettyNames~={true,false}] === 264 264 265 265 * **HTTP Method:** GET