cinder/api-ref/source/v3/volumes-v3-versions.inc
Sean McGinnis 117f614428 api-ref: Normalize response codes
We had a mix of formatting for our API response codes. This
makes it so all have a leading space, no trailing comma, and
no empty Error response labels.

This also addresses a formatting issue with due to the spacing
between the Normal and Error lines that was causing the two to
run together in the formatted HTML, making it harder to read.

Change-Id: Ic411ee9f671c48ce60bda21984dafe55135685ba
2017-09-03 18:17:13 -05:00

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: 203
Request
-------
Response Parameters
-------------------
.. rest_parameters:: parameters.yaml
- location: location
Response Example
----------------
.. literalinclude:: ./samples/version-show-response.json
:language: javascript