Skip to content

Commit

Permalink
DOC-1804: Fix malformed errors on rest bucket create page
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarabine committed Oct 25, 2016
1 parent e4e3c4c commit 078cda4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions content/rest-api/rest-bucket-create.dita
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,15 @@ name=newbucket&ramQuotaMB=20&authType=none&replicaNumber=2&proxy
<entry>Accepted</entry>
</row>
<row>
<entry>204</entry>
<entry>Bad Request JSON with errors in the form of {"errors": {…. }}
name: Bucket with given name already exists ramQuotaMB: RAM Quota is
too large or too small replicaNumber: Must be specified and must be
a non-negative integer proxyPort: port is invalid, port is already
in use</entry>
<entry>400</entry>
<entry>Bad Request JSON with errors in the form of <codeph>{"errors": {…. }}</codeph>.
Possible error messages include:<ul>
<li>name: Bucket with given name already exists </li>
<li>ramQuotaMB: RAM Quota is too large or too small</li>
<li>replicaNumber: Must be specified and must be a non-negative
integer</li>
<li>proxyPort: port is invalid, port is already in use</li>
</ul></entry>
</row>
<row>
<entry>404</entry>
Expand Down

0 comments on commit 078cda4

Please sign in to comment.