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>
This commit is contained in:
Xiaojun Liao 2017-11-23 17:12:48 +08:00
parent 71b73c3dcb
commit 6c67df70b4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ API versions
Show API v3 details
~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /v3
.. rest_method:: GET /v3/
Shows details for Block Storage API v3.