
This fixes the parsing of min_version and max_version in parameters.yaml by treating things that look like floats as strings. Otherwise 2.20 ends up folding to 2.2, which is definitely not intentional. This also adds a set of tests for microversion class setting in both parameters in tables as well as in the method itself. Change-Id: If2713fc4038e69d113cdaa7db0231a1d03f6223b
24 lines
320 B
ReStructuredText
24 lines
320 B
ReStructuredText
.. rest_expand_all::
|
|
|
|
I am text, hear me roar!
|
|
|
|
==============
|
|
List Servers
|
|
==============
|
|
|
|
.. rest_method:: GET /servers
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- name: name
|
|
- name2: name2
|
|
- name3: name3
|
|
|
|
===========
|
|
List Tags
|
|
===========
|
|
|
|
.. rest_method:: GET /tags
|
|
min_version: 2.17
|
|
max_version: 2.19
|