From 6b598b1bf7bc56550c7eb836febb2f5a1481ad63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Tue, 21 Feb 2017 10:41:31 +0100 Subject: [PATCH] Describe yaml file submission --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index f3f28420..87459e54 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------------------