aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-06-15 11:11:45 +0200
committerlain <lain@soykaf.club>2019-06-15 11:11:45 +0200
commit6745bc951cf1d5fd8ef80391967bd3f3fd2b75fe (patch)
tree37bd7f2326747d26a99eb46bf4b84b7bbc71afa1
parent5ea6e26da04e4e76ce34a01c804e6106461d587d (diff)
downloadpleroma-6745bc951cf1d5fd8ef80391967bd3f3fd2b75fe.tar.gz
Documentation: Document chat token response.
-rw-r--r--docs/api/differences_in_mastoapi_responses.md1
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 a336799dc..3ee7115cf 100644
--- a/docs/api/differences_in_mastoapi_responses.md
+++ b/docs/api/differences_in_mastoapi_responses.md
@@ -44,6 +44,7 @@ Has these additional fields under the `pleroma` object:
- `hide_followers`: boolean, true when the user has follower hiding enabled
- `hide_follows`: boolean, true when the user has follow hiding enabled
- `settings_store`: A generic map of settings for frontends. Opaque to the backend. Only returned in `verify_credentials` and `update_credentials`
+- `chat_token`: The token needed for Pleroma chat. Only returned in `verify_credentials`
### Source