mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:59:52 +08:00
Fix missing parameters in POST example in the documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user