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:
parent
71b73c3dcb
commit
6c67df70b4
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user