Describe yaml file submission

This commit is contained in:
Jakub Kadlčík
2017-02-21 10:41:31 +01:00
parent 2b55cfc81d
commit 6b598b1bf7

View File

@@ -52,6 +52,10 @@ The response, in case of a successful submission, would include the task ID.
id: 42
}
When ``YAML_SUBMIT_ALLOWED`` is enabled, it is also possible to submit raw modulemd yaml file by sending
``multipart/form-data`` request with input file named as ``yaml``.
Module build state query
------------------------