diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-04-18 12:44:25 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-04-18 12:44:25 -0500 |
commit | 1aa4994f6d867e5c3e0d56dc26d7ebad7e4ecb56 (patch) | |
tree | 2da4766c8a7c03169d8461b01f29eee28e497844 /docs/api/differences_in_mastoapi_responses.md | |
parent | 8c65b69d4a536311347a27f85198d2883fcd03b8 (diff) | |
download | pleroma-1aa4994f6d867e5c3e0d56dc26d7ebad7e4ecb56.tar.gz |
Do not require authentication for user search in MastoAPI
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/api/differences_in_mastoapi_responses.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md index 923d94db2..ed3fd9b67 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -41,6 +41,12 @@ Has these additional fields under the `pleroma` object: - `is_admin`: boolean, true if user is an admin - `confirmation_pending`: boolean, true if a new user account is waiting on email confirmation to be activated +## Account Search + +Behavior has changed: + +- `/api/v1/accounts/search`: Does not require authentication + ## Notifications Has these additional fields under the `pleroma` object: |