Make api_microversion_dev more explicit
Include information regarding both minimum and maximum versions of the API microversion. Change-Id: Ie3acdcbf323af40bdb4f3ff20fcf2d3e8eb9606d Closes-Bug: #1582460
This commit is contained in:
parent
dc3ed5f5bc
commit
5e9a76e47f
@ -173,8 +173,9 @@ In the controller class::
|
|||||||
....
|
....
|
||||||
|
|
||||||
This method would only be available if the caller had specified an
|
This method would only be available if the caller had specified an
|
||||||
``OpenStack-API-Version`` of <= ``3.4``. If ``3.5`` or later
|
``OpenStack-API-Version`` of <= ``3.4``, and >= ``3.1``. If ``3.5`` or later
|
||||||
is specified the server will respond with ``HTTP/404``.
|
is specified or if ``3.0`` or earlier (/v2 or /v1 endpoint), the server will
|
||||||
|
respond with ``HTTP/404``
|
||||||
|
|
||||||
Changing a method's behaviour
|
Changing a method's behaviour
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user