#3876 fix param in createImageBuild docstring
Merged 10 months ago by tkopecek. Opened 10 months ago by relias-redhat.
relias-redhat/koji fix-createImageBuild-docstring  into  master

file modified
+2 -1
@@ -10913,7 +10913,8 @@ 

          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

createImageBuild API call takes build ID as param, not build name

rebased onto 39584a4

10 months ago

Metadata Update from @tkopecek:
- Pull-request tagged with: doc, no_qe

10 months ago

Commit 6a36ff7 fixes this pull-request

Pull-Request has been merged by tkopecek

10 months ago
Metadata