diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-15 12:09:06 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-01-15 12:09:06 -0600 |
commit | 75ea7b7eb731ede93c640e67b7535f69c8c59fa8 (patch) | |
tree | 2cadd66419ab6cc5a97c7cfe6c5697151c6682c3 /docs/development/API/differences_in_mastoapi_responses.md | |
parent | 0b67c794b287265326c676a5c283c4e0f6ec6d11 (diff) | |
parent | 71baa713bc0ea3305ea69732a6f99a0e5537af3d (diff) | |
download | pleroma-75ea7b7eb731ede93c640e67b7535f69c8c59fa8.tar.gz |
Merge remote-tracking branch 'origin/develop' into operation-warpsneed
Diffstat (limited to 'docs/development/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index 518aca114..0e6bcb79b 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -377,12 +377,6 @@ Pleroma is generally compatible with the Mastodon 2.7.2 API, but some newer feat - `GET /api/v1/identity_proofs`: Returns an empty array, `[]` -### Endorsements - -*Added in Mastodon 2.5.0* - -- `GET /api/v1/endorsements`: Returns an empty array, `[]` - ### Featured tags *Added in Mastodon 3.0.0* |