PR#3876: fix param in createImageBuild docstring

Merges #3876
https://pagure.io/koji/pull-request/3876
This commit is contained in:
Tomas Kopecek 2023-07-31 15:00:20 +02:00
commit 6a36ff7940

View file

@ -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