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
-
... ... @@ -276,12 +276,10 @@ 276 276 ** **Query parameters** 277 277 *** backup={true/false} - import XAR as a backup XAR 278 278 *** history={RESET/REPLACE/ADD} - history importing 279 -** **Description:** i nformation aboutthewiki279 +** **Description:** import a XAR in a wiki. 280 280 ** **Status codes:** 281 281 *** 200: If the request was successful. 282 282 283 - 284 - 285 285 === /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}] === 286 286 287 287 * **HTTP Method:** GET ... ... @@ -300,6 +300,20 @@ 300 300 ** **Status codes:** 301 301 *** 200: If the request was successful. 302 302 301 +=== /wikimanager (This resource is only available when using XWiki Enterprise Manager) 302 + 303 +* **HTTP Method:** POST 304 +** **Accepted Media types:** 305 +*** application/xml (Wiki element) 306 +** **Media types:** 307 +*** application/xml (Wiki element) 308 +** **Query parameters** 309 +*** template - the wiki template to be used for initializing the wiki. 310 +*** history={RESET/REPLACE/ADD} - history importing 311 +** **Description:** create a new wiki. 312 +** **Status codes:** 313 +*** 200: If the request was successful. 314 + 303 303 == Space resources == 304 304 305 305 === /wikis/{wikiName}/spaces[?start~=offset&number~=n] ===