hub: fix docs for listBuilds "state" parameter name

The listBuilds method takes a parameter named "state", not "stage".
Update the docstring to reflect this.
This commit is contained in:
Ken Dreyer 2021-09-08 15:34:58 -04:00
parent d90fb86318
commit fdc3f8561a

View file

@ -11547,7 +11547,7 @@ class RootExports(object):
:param str source: only builds where the source field matches (glob pattern)
:param str prefix: only builds whose package name starts with that prefix
:param str pattern: only builds whose nvr matches the glob pattern
:param int stage: only builds in the given state
:param int state: only builds in the given state
Timestamp filter parameters
- these limit the results to builds where the corresponding