diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-26 20:56:59 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-26 20:56:59 +0300 |
commit | b4fc96f64023a87dbe6fb556561b22fd15826df7 (patch) | |
tree | e95df0c81b8f3239f9b10bb04623c54fa7a94ec5 /docs/api/admin_api.md | |
parent | 3d722dc2008ab7e5dde4b474bb038a1857a28d85 (diff) | |
parent | cb282f2ccde11f877213988e288f4ba9578d0aed (diff) | |
download | pleroma-b4fc96f64023a87dbe6fb556561b22fd15826df7.tar.gz pleroma-b4fc96f64023a87dbe6fb556561b22fd15826df7.zip |
Merge branch 'develop' into tests/mastodon_api_controller.ex
Diffstat (limited to 'docs/api/admin_api.md')
-rw-r--r-- | docs/api/admin_api.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index d4e08f221..573111416 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -731,7 +731,11 @@ Compile time settings (need instance reboot): - Method `GET` - Params: - *optional* `page`: **integer** page number - - *optional* `page_size`: **integer** number of users per page (default is `50`) + - *optional* `page_size`: **integer** number of log entries per page (default is `50`) + - *optional* `start_date`: **datetime (ISO 8601)** filter logs by creation date, start from `start_date`. Accepts datetime in ISO 8601 format (YYYY-MM-DDThh:mm:ss), e.g. `2005-08-09T18:31:42` + - *optional* `end_date`: **datetime (ISO 8601)** filter logs by creation date, end by from `end_date`. Accepts datetime in ISO 8601 format (YYYY-MM-DDThh:mm:ss), e.g. 2005-08-09T18:31:42 + - *optional* `user_id`: **integer** filter logs by actor's id + - *optional* `search`: **string** search logs by the log message - Response: ```json |