diff options
| author | hallgren <hallgren@chalmers.se> | 2013-04-19 12:06:00 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-04-19 12:06:00 +0000 |
| commit | 27545f6d1833a0e5b5097b371571776a63108722 (patch) | |
| tree | cdfb8e6bbea2649c18defe81b209566c0f8dd716 /src | |
| parent | 09c1bd662d28c3cd2b0a53f9e0b65122eb69bb24 (diff) | |
gf-cloud-api.html: clarification
Unrecoginzed parameter in cloud service requests are silently ignored.
Diffstat (limited to 'src')
| -rw-r--r-- | src/www/gf-cloud-api.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/gf-cloud-api.html b/src/www/gf-cloud-api.html index 2b98b0057..d2dac9f28 100644 --- a/src/www/gf-cloud-api.html +++ b/src/www/gf-cloud-api.html @@ -51,6 +51,7 @@ The HTTP response code is usually 200, but can also be 400 (for unrecognized commands or missing/unacceptable parameters in requests) or 501 (for unsupported HTTP request methods). +Unrecognized parameters in requests are silently ignored. <h2>Requests</h2> @@ -149,7 +150,7 @@ For documentation of GF shell commands, see: <hr> <address></address> <div class=modtime><small> -<!-- hhmts start -->Last modified: Tue Oct 23 23:16:26 CEST 2012 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Fri Apr 19 13:46:24 CEST 2013 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
