diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-09-03 02:16:42 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-09-03 02:16:42 +0000 |
commit | e40c221c310ace1187d83160329148cfd50a39c7 (patch) | |
tree | 5a3899d9cbd1af49f249e721a2cb044ae20ea6b4 /docs/development | |
parent | 07ef72f4932494e87af03992e0724c0152811853 (diff) | |
parent | a4fa286d200b4f0c0ac9f453eb3e0a0526560a20 (diff) | |
download | pleroma-e40c221c310ace1187d83160329148cfd50a39c7.tar.gz |
Merge branch 'from/upstream-develop/tusooa/edits' into 'develop'
Editing
Closes #1429, #2859, and #2288
See merge request pleroma/pleroma!3678
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 4 |
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`: |