diff options
author | feld <feld@feld.me> | 2019-07-19 21:59:18 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2019-07-19 21:59:18 +0000 |
commit | 93df0796f05eff382301de91fb268bb4bc3c3379 (patch) | |
tree | 64c841338c170703d8089684855175a913e374ca /docs/api | |
parent | 33729bbb2834bfa1f223b11d47dc8e3230d47657 (diff) | |
parent | 9169f331b6d481a0aa2b0bfe91500d695fb1b6d6 (diff) | |
download | pleroma-93df0796f05eff382301de91fb268bb4bc3c3379.tar.gz |
Merge branch 'feature/matstodon-statuses-by-name' into 'develop'
Feature/matstodon statuses by name
See merge request pleroma/pleroma!1211
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/differences_in_mastoapi_responses.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md index c65b11872..1907d70c8 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -34,7 +34,10 @@ Has these additional fields under the `pleroma` object: ## Accounts -- `/api/v1/accounts/:id`: The `id` parameter can also be the `nickname` of the user. This only works in this endpoint, not the deeper nested ones for following etc. +The `id` parameter can also be the `nickname` of the user. This only works in these endpoints, not the deeper nested ones for following etc. + +- `/api/v1/accounts/:id` +- `/api/v1/accounts/:id/statuses` Has these additional fields under the `pleroma` object: |