summaryrefslogtreecommitdiff
path: root/docs/development/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-09-03 15:17:45 +0200
committermarcin mikołajczak <git@mkljczk.pl>2024-09-03 15:17:45 +0200
commit6d5ae4d2e91f8ea75115c0ffcdd1d94a24c9dc31 (patch)
tree0ca7c350c11d259054665cf53c70d8b2782bebb9 /docs/development/API/differences_in_mastoapi_responses.md
parentfecfe8bf89a32ffda0d52106f05b1f2e10d56472 (diff)
downloadpleroma-6d5ae4d2e91f8ea75115c0ffcdd1d94a24c9dc31.tar.gz
pleroma-6d5ae4d2e91f8ea75115c0ffcdd1d94a24c9dc31.zip
Include list id in StatusView
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/development/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/development/API/differences_in_mastoapi_responses.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md
index 41464e802..3bf8637f8 100644
--- a/docs/development/API/differences_in_mastoapi_responses.md
+++ b/docs/development/API/differences_in_mastoapi_responses.md
@@ -42,6 +42,7 @@ Has these additional fields under the `pleroma` object:
- `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).
The `GET /api/v1/statuses/:id/source` endpoint additionally has the following attributes: