From 93dd141d19ba84dee970841e212d6e162899aba4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 26 2016 14:01:51 +0000 Subject: Give some space to some of the values in the API documentation --- diff --git a/pagure/doc/api.rst b/pagure/doc/api.rst index 39db019..f4fe072 100644 --- a/pagure/doc/api.rst +++ b/pagure/doc/api.rst @@ -23,11 +23,15 @@ Request Encoding ~~~~~~~~~~~~~~~~ The payload of POST and GET requests is encoded as + ``application/x-www-form-urlencoded``. + This is an example URL of a GET request: + ``https://pagure.io/api/0/test/issues?status=Open&tags=Pagure&tags=Enhancement`` + Return Encoding ~~~~~~~~~~~~~~~