diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-08-07 16:48:03 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-08-07 17:37:15 -0500 |
commit | 4af1b803811cbb59d41f0149706d6dda340b4755 (patch) | |
tree | 85705dc639c4b0c2680be6336d7441f79eced079 /docs/API/differences_in_mastoapi_responses.md | |
parent | 1a5a7ba6e8a936d3138ca530d3466111e542aef6 (diff) | |
download | pleroma-4af1b803811cbb59d41f0149706d6dda340b4755.tar.gz |
Clean up account aliases
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 38865dc68..3cb2183bd 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -184,6 +184,7 @@ Additional parameters can be added to the JSON body/Form data: - `pleroma_settings_store` - Opaque user settings to be saved on the backend. - `skip_thread_containment` - if true, skip filtering out broken threads - `allow_following_move` - if true, allows automatically follow moved following accounts +- `also_known_as` - array of ActivityPub IDs, needed for following move - `pleroma_background_image` - sets the background image of the user. Can be set to "" (an empty string) to reset. - `discoverable` - if true, discovery of this account in search results and other services is allowed. - `actor_type` - the type of this account. |