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:
parent
d90fb86318
commit
fdc3f8561a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue