a2df0f57a7
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
7 lines
223 B
YAML
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.
|