add format param to search api

This commit is contained in:
Noémi Ványi 2017-07-09 22:02:29 +02:00
parent c9097be34a
commit 74d8ed284d
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ Parameters
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
| ``time_range`` | Time range of search | optional (possible: ``day``, ``month``, ``year``)|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
| ``format`` | Output format of results | optional (possible: ``json``, ``csv``, ``rss``) |
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+