Update admin_api.md
authorMaxim Filippov <colixer@gmail.com>
Sat, 28 Sep 2019 21:01:35 +0000 (00:01 +0300)
committerMaxim Filippov <colixer@gmail.com>
Sat, 28 Sep 2019 21:01:35 +0000 (00:01 +0300)
docs/api/admin_api.md

index fcdb339444f3fc70839f1ba0cd7f5abe67540745..8795c2628404904f8ddc6359388cf19cb9893e5f 100644 (file)
@@ -330,10 +330,10 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret
 ### Get a list of reports
 - Method `GET`
 - Params:
-  - `state`: optional, the state of reports. Valid values are `open`, `closed` and `resolved`
-  - `limit`: optional, the number of records to retrieve
-  - `since_id`: optional, returns results that are more recent than the specified id
-  - `max_id`: optional, returns results that are older than the specified id
+  - *optional* `state`: **string** the state of reports. Valid values are `open`, `closed` and `resolved`
+  - *optional* `limit`: **integer** the number of records to retrieve
+  - *optional* `page`: **integer** page number
+  - *optional* `page_size`: **integer** number of log entries per page (default is `50`)
 - Response:
   - On failure: 403 Forbidden error `{"error": "error_msg"}` when requested by anonymous or non-admin
   - On success: JSON, returns a list of reports, where: