Merge "Fix version details API does not return 200 OK"

This commit is contained in:
Zuul 2018-11-10 01:30:30 +00:00 committed by Gerrit Code Review
commit 1327b17209
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ v2.1 API is lower than listed below.
Show Details of Specific API Version
====================================
.. rest_method:: GET /{api_version}
.. rest_method:: GET /{api_version}/
This gets the details of a specific API at its root. Nearly all this
information exists at the API root, so this is mostly a redundant
@ -102,7 +102,7 @@ Response
Response Example
----------------
This is an example of a ``GET /v2.1`` on a relatively current server.
This is an example of a ``GET /v2.1/`` on a relatively current server.
.. literalinclude:: /../../doc/api_samples/versions/v21-version-get-resp.json
:language: javascript