summaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-12-14 21:44:10 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-12-14 21:44:10 +0300
commit67cb46e15dd5fa16da257a9b0e5166266d10c694 (patch)
tree6801ecba06ea3aac7086c57834e1413e5bb0c84a /docs/API/differences_in_mastoapi_responses.md
parent2b821036c4bd84cee51c9fcace5a4b3764c3bba1 (diff)
parent8efacfed677ea2f06ac228294faec77a38060976 (diff)
downloadpleroma-67cb46e15dd5fa16da257a9b0e5166266d10c694.tar.gz
pleroma-67cb46e15dd5fa16da257a9b0e5166266d10c694.zip
Merge branch 'develop' into issue/1383
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md
index 566789ec7..7f5d7681d 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -66,6 +66,8 @@ Has these additional fields under the `pleroma` object:
- `show_role`: boolean, nullable, true when the user wants his role (e.g admin, moderator) to be shown
- `no_rich_text` - boolean, nullable, true when html tags are stripped from all statuses requested from the API
+- `discoverable`: boolean, true when the user allows discovery of the account in search results and other services.
+- `actor_type`: string, the type of this account.
## Conversations
@@ -146,6 +148,8 @@ Additional parameters can be added to the JSON body/Form data:
- `skip_thread_containment` - if true, skip filtering out broken threads
- `allow_following_move` - if true, allows automatically follow moved following accounts
- `pleroma_background_image` - sets the background image of the user.
+- `discoverable` - if true, discovery of this account in search results and other services is allowed.
+- `actor_type` - the type of this account.
### Pleroma Settings Store
Pleroma has mechanism that allows frontends to save blobs of json for each user on the backend. This can be used to save frontend-specific settings for a user that the backend does not need to know about.