Don't use JSON code blocks, pagure.io doesn't play well with them

Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
Petr Šabata
2016-06-21 16:30:03 +02:00
parent 8b05a0d495
commit b9e447c874

View File

@@ -29,7 +29,7 @@ Module submission is done via posting the modulemd SCM URL.
POST /rida/module-builds/
.. code:: json
::
{
"scmurl": "git://pkgs.fedoraproject.org/modules/foo.git/foo.yaml#f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
@@ -41,7 +41,7 @@ The response, in case of a successful submission, would include the task ID.
HTTP 201 Created
.. code:: json
::
{
id: 42
@@ -64,7 +64,7 @@ about the build task.
HTTP 200 OK
.. code:: json
::
{
"id": 42,
@@ -94,7 +94,7 @@ The list of all tracked builds and their states can be obtained by querying the
HTTP 200 OK
.. code:: json
::
[
{