diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-05-09 14:32:08 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-05-09 14:32:08 +0300 |
commit | 4c197023903a183790fb2dc67b5637bfabd53bcb (patch) | |
tree | 917d97ebb1433fedf9bc6564c709f300e41dc87b /docs | |
parent | 56819f7f0604e5d4eb69edba1d6828256acbc7fe (diff) | |
download | pleroma-4c197023903a183790fb2dc67b5637bfabd53bcb.tar.gz |
Add docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API/admin_api.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index c455047cc..fa74e7460 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -1096,6 +1096,10 @@ Loads json generated from `config/descriptions.exs`. ### Stats +- Query Params: + - *optional* `instance`: **string** instance hostname (without protocol) to get stats for +- Example: `https://mypleroma.org/api/pleroma/admin/stats?instance=lain.com` + - Response: ```json |