2c3def1b2f
This patch fixes errors with the include directives generated by the api-site team for the migration. This patch fixes the errors by bringing our api-ref docs in line with the existing docs; verifying that the previous docs are still valid will be a separate initiative. Change-Id: Ibb7d57d8665dbfb655b2c3bd4a69fdc0f8a44d69
39 lines
392 B
ReStructuredText
39 lines
392 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
============
|
|
API versions
|
|
============
|
|
|
|
|
|
|
|
|
|
List versions
|
|
=============
|
|
|
|
.. rest_method:: GET /
|
|
|
|
Lists all Orchestration API versions.
|
|
|
|
|
|
Normal response codes: 200
|
|
Error response codes:
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
This operation does not accept a request body.
|
|
|
|
|
|
|
|
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: samples/heat-versions-response.json
|
|
:language: javascript
|
|
|
|
|
|
|