GEODE-2819 Document http status code 414 for PUT

- Include that 2000-byte size limits should work for
most components.

    This closes #599


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/49123c47
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/49123c47
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/49123c47

Branch: refs/heads/feature/GEM-1483
Commit: 49123c475052d730dfba0b021736d82c5404446c
Parents: 658b20f
Author: Karen Miller <[email protected]>
Authored: Fri Jun 23 16:25:32 2017 -0700
Committer: Karen Miller <[email protected]>
Committed: Mon Jun 26 09:07:27 2017 -0700

----------------------------------------------------------------------
 geode-docs/rest_apps/put_multiple_values_for_keys.html.md.erb | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/49123c47/geode-docs/rest_apps/put_multiple_values_for_keys.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/rest_apps/put_multiple_values_for_keys.html.md.erb 
b/geode-docs/rest_apps/put_multiple_values_for_keys.html.md.erb
index fa17580..e0e0c03 100644
--- a/geode-docs/rest_apps/put_multiple_values_for_keys.html.md.erb
+++ b/geode-docs/rest_apps/put_multiple_values_for_keys.html.md.erb
@@ -100,4 +100,5 @@ Response-payload: null
 
|---------------------------|----------------------------------------------------------------------------------------------------------------------------------|
 | 400 BAD REQUEST           | Returned if one or more of the supplied keys is 
an invalid format.                                                              
 |
 | 404 NOT FOUND             | Returned if the region is not found.             
                                                                                
|
+| 414 REQUEST URI TOO LONG  | Returned if the URI is longer than the system 
component can handle. Limiting the size to 2000 bytes will work for most 
components.   |
 | 500 INTERNAL SERVER ERROR | Error encountered at Geode server. Check the 
HTTP response body for a stack trace of the exception. |

Reply via email to