Minor fix in iRedAdmin-Pro RETful API doc.

This commit is contained in:
iredmail 2019-09-20 12:11:18 +08:00
parent babf0fab94
commit a320a015ae
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ Notes:
Parameter | Summary | Sample Usage Parameter | Summary | Sample Usage
--- |--- |--- --- |--- |---
`name`* | Short description of this domain name. e.g. company name | `name=Google Inc` `name` | Short description of this domain name. e.g. company name | `name=Google Inc`
`quota` | Per-domain mailbox quota, in MB. | `quota=2048` `quota` | Per-domain mailbox quota, in MB. | `quota=2048`
`language` | Default preferred language for newly created mail user | `language=en_US` `language` | Default preferred language for newly created mail user | `language=en_US`
`transport` | Transport program | `transport=dovecot` `transport` | Transport program | `transport=dovecot`

View File

@ -179,7 +179,7 @@ networks.</p>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><code>name</code>*</td> <td><code>name</code></td>
<td>Short description of this domain name. e.g. company name</td> <td>Short description of this domain name. e.g. company name</td>
<td><code>name=Google Inc</code></td> <td><code>name=Google Inc</code></td>
</tr> </tr>