PR#3876: fix param in createImageBuild docstring
Merges #3876 https://pagure.io/koji/pull-request/3876
This commit is contained in:
commit
6a36ff7940
1 changed files with 2 additions and 1 deletions
|
|
@ -10913,7 +10913,8 @@ class RootExports(object):
|
|||
Associate image metadata with an existing build. When build isn`t existing, creates a
|
||||
build. The build must not already have associated image metadata.
|
||||
|
||||
:param build_info: a str (build name) if build is existing
|
||||
:param build_info: int (build ID) if build exists
|
||||
str (in N-V-R format)
|
||||
or a dict:
|
||||
- name: build name
|
||||
- version: build version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue