summaryrefslogtreecommitdiff
path: root/docs/development/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2023-02-19 22:02:03 +0100
committermarcin mikołajczak <git@mkljczk.pl>2023-02-19 22:02:03 +0100
commit92592c25c219f44ab6454762f5a5a97e800f5b1d (patch)
treef1db48a9b222d875841c43b9c5f9b6d2c810a500 /docs/development/API/differences_in_mastoapi_responses.md
parent3ed39e310939d90ddbad7bd7ffa1ebd8aca6e74c (diff)
parent8a0162cd9694a1c5bf131fefb6e6a8d3dcb68fae (diff)
downloadpleroma-92592c25c219f44ab6454762f5a5a97e800f5b1d.tar.gz
pleroma-92592c25c219f44ab6454762f5a5a97e800f5b1d.zip
Merge remote-tracking branch 'pleroma/develop' into status-notification-type
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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md
index 73c46fff8..4007c63c8 100644
--- a/docs/development/API/differences_in_mastoapi_responses.md
+++ b/docs/development/API/differences_in_mastoapi_responses.md
@@ -40,6 +40,10 @@ 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.
+The `GET /api/v1/statuses/:id/source` endpoint additionally has the following attributes:
+
+- `content_type`: The content type of the status source.
+
## Scheduled statuses
Has these additional fields in `params`: