diff options
| author | Noémi Ványi <sitbackandwait@gmail.com> | 2016-09-06 18:13:20 +0200 |
|---|---|---|
| committer | Noémi Ványi <sitbackandwait@gmail.com> | 2016-09-06 18:13:20 +0200 |
| commit | 6d99db7af33f82c00dbb9d11e17a9c6a907591cd (patch) | |
| tree | 0c91d9cfd9f9f362d7db3727bc2d1238e7d7aec0 | |
| parent | ed102117bc2893242876da2de85050cb538c2f78 (diff) | |
add new search parameter time_range
| -rw-r--r-- | docs/dev/search_api.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 59d3c825f..c1bc6a139 100644 --- a/docs/dev/search_api.rst +++ b/docs/dev/search_api.rst @@ -1,7 +1,7 @@ Search API ========== -The search supports both ``GET`` and ``POST``. However, using ``GET`` the parameters of the request remain hidden. So it is advised to use ``GET`` for querying. +The search supports both ``GET`` and ``POST``. Furthermore, two enpoints ``/`` and ``/search`` are available for querying. @@ -29,3 +29,5 @@ Parameters +------------------+----------------------------------------------------------------------------------------------------+-----------------------------+ | ``pageno`` | Search page number | optional (default: ``1``) | +------------------+----------------------------------------------------------------------------------------------------+-----------------------------+ +| ``time_range`` | Time range of search | optional | ++------------------+----------------------------------------------------------------------------------------------------+-----------------------------+ |