0b1db32ec4
I assume these were just typos, because 203 isn't an error response, and for these APIs about the only error response you can get, besides 401 I guess, is a 403 for policy forbidding the user from making that request. So this changes the various 203 to 403 error codes in the API reference. Change-Id: I377b4c11d04c84b00165aae00990c93c5d52e668
37 lines
450 B
ReStructuredText
37 lines
450 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
API versions
|
|
============
|
|
|
|
|
|
Show API v3 details
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: GET /v3
|
|
|
|
Shows details for Block Storage API v3.
|
|
|
|
|
|
Normal response codes: 200
|
|
|
|
Error response codes: 403
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- location: location
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ./samples/version-show-response.json
|
|
:language: javascript
|
|
|
|
|