tempest/releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml
jeremy.zhang a2df0f57a7 Add 'params' argument to v2 list_backups API
This patch adds 'params' argument to list_backups API in v2 BackupsClient,
to enable passing additional information in the query string of the HTTP
request.

Change-Id: I8e31a55741f9bebf7b3d70491e2353b466dce06e
2017-07-10 11:03:56 +08:00

7 lines
223 B
YAML

---
features:
- |
The ``list_backups`` method of the v2 ``BackupsClient`` class now has
an additional ``**params`` argument that enables passing additional
information in the query string of the HTTP request.