blazar/releasenotes/notes/api-microversioning-141e473bff34aad2.yaml
asmita singh 520005b13d Add microversion support
This patch adds microversion support so that it is possible to make
minor changes to the APIs as required to fix Launchpad bug #1740091.

Change-Id: I7ea48be72897a77fc8424a57f4ce2d4798daf4eb
Related-Bug: #1740091
2019-09-10 18:59:36 +02:00

9 lines
397 B
YAML

---
features:
- |
Blazar now supports API microversions. All API changes should be made while
keeping backward compatibility. The API version is specified in the
``OpenStack-API-Version`` HTTP header. To view the mininum and maximum
supported versions by API, access the ``/`` and ``/versions`` resources.
The Blazar API will include supported versions in the response data.