Mention parameter names used in iRedAdmin-Pro API interface are cAsE sensitive.

This commit is contained in:
Zhang Huangbin 2017-05-01 13:14:31 +08:00
parent 582a5bff43
commit 84bbc0a49a
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Restarting Apache or uwsgi (if you're running Nginx) is required.
Notes:
* Parameter name with a `*` mark means the parameter is required, otherwise is optional.
* __Parameter names are cAsE-sensitive.__
* replace `<domain>` in URL by the real domain name. e.g. `example.com`
* replace `<mail>` in URL by the real email address. e.g. `user@domain.com`
* replace `<number>` in URL by an integer number. e.g. `30`, `200`

View File

@ -103,6 +103,7 @@ RESTFUL_API_CLIENTS = ['172.16.244.1', ...]
<p>Notes:</p>
<ul>
<li>Parameter name with a <code>*</code> mark means the parameter is required, otherwise is optional.</li>
<li><strong>Parameter names are cAsE-sensitive.</strong></li>
<li>replace <code>&lt;domain&gt;</code> in URL by the real domain name. e.g. <code>example.com</code></li>
<li>replace <code>&lt;mail&gt;</code> in URL by the real email address. e.g. <code>user@domain.com</code></li>
<li>replace <code>&lt;number&gt;</code> in URL by an integer number. e.g. <code>30</code>, <code>200</code></li>