aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-03-11 21:43:46 +0000
committerkaniini <nenolod@gmail.com>2019-03-11 21:43:46 +0000
commit4aa285e6ceb79ca8995ea9ff3585ea79e787650c (patch)
tree99e3d686b2ecc64ffc4f3802f78f6bfa690ac716 /docs
parentf9a9639015b1ca50096bd7f7cedea3c77bd6ffe2 (diff)
parent3474066f6dc98003583dcd8537028b515be0e126 (diff)
downloadpleroma-4aa285e6ceb79ca8995ea9ff3585ea79e787650c.tar.gz
Merge branch 'add-screenname-extension-to-masto-api' into 'develop'
MastoAPI Accounts: Add fetching by nickname. See merge request pleroma/pleroma!922
Diffstat (limited to 'docs')
-rw-r--r--docs/Differences-in-MastodonAPI-Responses.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Differences-in-MastodonAPI-Responses.md b/docs/Differences-in-MastodonAPI-Responses.md
index 667664f4e..7b11fe90f 100644
--- a/docs/Differences-in-MastodonAPI-Responses.md
+++ b/docs/Differences-in-MastodonAPI-Responses.md
@@ -19,3 +19,7 @@ Adding the parameter `with_muted=true` to the timeline queries will also return
Has these additional fields under the `pleroma` object:
- `local`: true if the post was made on the local instance.
+
+## 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.