URLs
PUT api/v1/wikis/{id}.xml (or .json)
UPDATE a wiki.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Id |
int? |
Id |
是 |
||
GroupId |
int? |
Group Id |
否 |
||
Name |
string |
Name |
否 |
||
Description |
string |
Default is an empty string. |
否 |
||
Key |
string |
Key |
否 |
||
Enabled |
bool? |
Default is true. |
否 |