commit: 9eb923bd436c21d43e4b33e62e70f3b3d0240434
parent 8f9a139ba17fa99ca472d15023485290db0e8faf
Author: nicole mikołajczyk <me@mkljczk.pl>
Date: Mon, 29 Sep 2025 13:02:28 +0200
Merge branch 'docs' into 'develop'
Update *Differences in Mastodon API responses from vanilla Mastodon*
See merge request pleroma/pleroma!4369
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/changelog.d/docs.skip b/changelog.d/docs.skip
@@ -0,0 +1 @@
+Update *Differences in Mastodon API responses from vanilla Mastodon*
+\ No newline at end of file
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md
@@ -40,10 +40,13 @@ Has these additional fields under the `pleroma` object:
- `parent_visible`: If the parent of this post is visible to the user or not.
- `pinned_at`: a datetime (iso8601) when status was pinned, `null` otherwise.
- `quotes_count`: the count of status quotes.
-- `non_anonymous`: true if the source post specifies the poll results are not anonymous. Currently only implemented by Smithereen.
- `bookmark_folder`: the ID of the folder bookmark is stored within (if any).
- `list_id`: the ID of the list the post is addressed to (if any, only returned to author).
+Has these additional fields under the `poll.pleroma` object:
+
+- `non_anonymous`: true if the source post specifies the poll results are not anonymous. Currently only implemented by Smithereen.
+
The `GET /api/v1/statuses/:id/source` endpoint additionally has the following attributes:
- `content_type`: The content type of the status source.
@@ -98,6 +101,9 @@ Endpoints which accept `with_relationships` parameter:
- `/api/v1/accounts/:id/followers`
- `/api/v1/accounts/:id/following`
- `/api/v1/mutes`
+- `/api/v1/blocks`
+- `/api/v1/search`
+- `/api/v2/search`
Has these additional fields under the `pleroma` object: