summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTadeas Kot <tkot@redhat.com>2021-08-12 17:53:16 +0200
committerTadeas Kot <tkot@redhat.com>2021-08-27 11:57:41 +0200
commitee06761b0ec5edb42199c1b96ddcd4900d50002b (patch)
tree215a8ce6cc16947bb9ad9904d0d33bebc46701c0 /doc
parent183325d4643561a951fb575a7781e92643b41e67 (diff)
downloadironic-ee06761b0ec5edb42199c1b96ddcd4900d50002b.tar.gz
Add support for fields in drivers API
This commit add support for the fields query parameter to the GET /v1/drivers?fields=... and GET /v1/drivers/<driver_name>?fields=.... Story: 1674775 Task: 10581 Change-Id: I2ca4eb490e320e736a93851eed526ec862be901e
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/webapi-version-history.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/contributor/webapi-version-history.rst b/doc/source/contributor/webapi-version-history.rst
index 6d6b715c7..c83cf2698 100644
--- a/doc/source/contributor/webapi-version-history.rst
+++ b/doc/source/contributor/webapi-version-history.rst
@@ -2,6 +2,13 @@
REST API Version History
========================
+1.77
+----------------------
+Add a fields selector to the the Drivers list:
+* ``GET /v1/drivers?fields=``
+Also add a fields selector to the the Driver detail:
+* ``GET /v1/drivers/{driver_name}?fields=``
+
1.76 (Xena, ?)
----------------------
Add endpoints for changing boot mode and secure boot state of node