diff options
author | kaniini <ariadne@dereferenced.org> | 2019-10-18 16:51:04 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-10-18 16:51:04 +0000 |
commit | c25a81b173a2c188d5ffc55bf5aa56281a084066 (patch) | |
tree | 4086ddbb3c92cd0439a973ec6f59bb2c0c758c4c /docs/API/admin_api.md | |
parent | 4053a82f41691195d1b29cc9eb3f6ed6814ee12f (diff) | |
parent | 019147f1153f0df844997c04c31753c18a22509f (diff) | |
download | pleroma-c25a81b173a2c188d5ffc55bf5aa56281a084066.tar.gz pleroma-c25a81b173a2c188d5ffc55bf5aa56281a084066.zip |
Merge branch 'feature/relay-list' into 'develop'
Admin API: Ability to list all followed relays
See merge request pleroma/pleroma!1835
Diffstat (limited to 'docs/API/admin_api.md')
-rw-r--r-- | docs/API/admin_api.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index 60755e40a..6adeda07e 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -289,6 +289,14 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret - Response: - On success: URL of the unfollowed relay +## `GET /api/pleroma/admin/relay` + +### List Relays + +- Params: none +- Response: + - On success: JSON array of relays + ## `/api/pleroma/admin/users/invite_token` ### Create an account registration invite token |