diff options
author | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-19 23:27:13 +0700 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-19 23:27:13 +0700 |
commit | 73407f4eea7793c93981a87bb7eddef4f8daab7c (patch) | |
tree | 31dd745ec9cd8adf57bde7f3e6a2ffd9be3289ae /docs/api | |
parent | bc7862106d9881f858a58319e9e4b44cba1bcf01 (diff) | |
parent | cc93775ebf539598075c0b9afb96c60c8bede6b5 (diff) | |
download | pleroma-73407f4eea7793c93981a87bb7eddef4f8daab7c.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/digest-email
Diffstat (limited to 'docs/api')
-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: |