diff --git a/doc/source/contributor/api_microversion_dev.rst b/doc/source/contributor/api_microversion_dev.rst index 38c8550598f..13dbc4a737a 100644 --- a/doc/source/contributor/api_microversion_dev.rst +++ b/doc/source/contributor/api_microversion_dev.rst @@ -327,3 +327,13 @@ header, for example:: res = controller.index(req) ... assertions about the response ... +REST API Version History +------------------------ + +Details for each existing microversion change can be found in the +:doc:`REST API Version History ` documentation. + +.. toctree:: + :hidden: + + api_microversion_history diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 48a0410154a..0fdb1f33307 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -32,7 +32,6 @@ Programming HowTos and Tutorials testing api_microversion_dev api_conditional_updates - api_microversion_history addmethod.openstackapi drivers gmr