PR#1732: clarify id in readme

Merges #1732
https://pagure.io/fm-orchestrator/pull-request/1732
This commit is contained in:
Mike McLean
2021-10-26 14:56:35 -04:00

View File

@@ -107,7 +107,8 @@ Module submission is done via posting the modulemd SCM URL.
"branch": "master"
}
The response, in case of a successful submission, would include the task ID.
If successful, the response will be the extended json representation of the new module entry.
This json dictionary will include the module build ID in the "id" field.
::
@@ -117,7 +118,8 @@ The response, in case of a successful submission, would include the task ID.
{
"id": 42,
"state": "wait",
"state": 0,
"state_name": "init",
...
}