diff options
author | lain <lain@soykaf.club> | 2020-03-15 19:15:20 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-03-15 19:15:20 +0000 |
commit | fa4ec17c841a65eccacdc35c98b6c047549b305b (patch) | |
tree | 3ad0309f22b8cb7183cc73b0f2869b5db8e2351d /docs/API/differences_in_mastoapi_responses.md | |
parent | d84670b9e15e15797c985269664cdf081237eac4 (diff) | |
parent | ecb7809e92b8ee6ac8f4b4a812673684e762c215 (diff) | |
download | pleroma-fa4ec17c841a65eccacdc35c98b6c047549b305b.tar.gz |
Merge branch '1560-non-federating-instances-routes-restrictions' into 'develop'
[#1560] Restricted AP- & OStatus-related routes for non-federating instances
Closes #1560
See merge request pleroma/pleroma!2235
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 06de90f71..476a4a2bf 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -180,7 +180,7 @@ Post here request with grant_type=refresh_token to obtain new access token. Retu ## Account Registration `POST /api/v1/accounts` -Has theses additionnal parameters (which are the same as in Pleroma-API): +Has theses additional parameters (which are the same as in Pleroma-API): * `fullname`: optional * `bio`: optional * `captcha_solution`: optional, contains provider-specific captcha solution, |