From 9aab9f256bd16f40725b4cea10a1b955cabb8552 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 13 Nov 2017 10:47:28 -0500 Subject: [PATCH] Fix missing parameters in POST example in the documentation --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 837163a6..0b2a766d 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,8 @@ Module submission is done via posting the modulemd SCM URL. :: { - "scmurl": "git://pkgs.fedoraproject.org/modules/foo.git/foo.yaml?#f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 + "scmurl": "git://pkgs.fedoraproject.org/modules/foo.git/foo.yaml?#f1d2d2f924e986ac86fdf7b36c94bcdf32beec15", + "branch": "master" } The response, in case of a successful submission, would include the task ID.