This task can publish Wiki document via Wiki WebAPI. It supports only MediaWiki engine for now.
cURL extension is required.
Table 172. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
apiUrl |
String |
Wiki API URL (eg. http://localhost/wiki/api.php) | n/a | Yes |
apiUser |
String |
Wiki API user name | n/a | No |
apiPassword |
String |
Wiki API user password | n/a | No |
id |
Integer |
ID of page that will be changed | n/a | One of these attributes is required. |
title |
String |
Title of page that will be changes. Can also be used as page identifier | n/a | |
content |
String |
Content of published page | n/a | No |
mode |
String |
Edit mode (overwrite, prepend, append) | append | No |