diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-05-29 12:22:14 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-05-29 12:22:14 -0500 |
commit | e912f81c828cc7e1d2c0dff8daed3ad52f407a61 (patch) | |
tree | 005f46666bfec23cb075237e526e354c809c283d /docs/api/differences_in_mastoapi_responses.md | |
parent | e7edfd9fec88af24869c3805a404f2b0a20914de (diff) | |
download | pleroma-e912f81c828cc7e1d2c0dff8daed3ad52f407a61.tar.gz |
Update docs to reflect we accept nickname for id for both of these endpoints
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-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 36b47608e..f952696f7 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -32,7 +32,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: |