diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-06-04 12:56:56 -0400 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-06-04 12:57:30 -0400 |
commit | fe2d4778eee5e8b4fe24f8e1d16d1065e9430027 (patch) | |
tree | f8035de445ead9170375a9b0502faeb09d3e72a7 /docs/development | |
parent | 72ac940618efe56e14f02e23e5af75ae275a5c26 (diff) | |
download | pleroma-fe2d4778eee5e8b4fe24f8e1d16d1065e9430027.tar.gz |
Expose content type of status sources
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`: |