cinder/api-ref/source/v3/volumes-v3-versions.inc
Xiaojun Liao 6c67df70b4 Fix v3 api-ref for showing API details url error
Client were receiving the 302/Found when using the url "/v3".
For showing API v3 details, it should have a '/' behind.

Closes-Bug:#1734053

Change-Id: I7e6cb991151fba19dcaecaf95b332fddc1c02deb
Signed-off-by: Xiaojun Liao <xiaojunliao85@gmail.com>
2018-01-06 02:24:06 +00:00

37 lines
451 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