X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FAPI-Mastodon.md;h=d9e6f22b6633cb5f9c97dde61d7e5e44ec8e71dd;hb=879c30d4facb040d8579b9e378fbdd3ea14b8d88;hp=e34ec4cc95a061c6f92cf0990e6818e061eab803;hpb=94954c810b3ee0f885029f9818b217e0817ad70b;p=friendica.git diff --git a/doc/API-Mastodon.md b/doc/API-Mastodon.md index e34ec4cc95..d9e6f22b66 100644 --- a/doc/API-Mastodon.md +++ b/doc/API-Mastodon.md @@ -15,6 +15,10 @@ These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/en ## Implemented endpoints +- [`GET /api/v1/custom_emojis`](https://docs.joinmastodon.org/methods/instance/custom_emojis/) + - Doesn't return unicode emojis since they aren't using an image URL + + - [`GET /api/v1/follow_requests`](https://docs.joinmastodon.org/methods/accounts/follow_requests#pending-follows) - Returned IDs are specific to follow requests - [`POST /api/v1/follow_requests/:id/authorize`](https://docs.joinmastodon.org/methods/accounts/follow_requests#accept-follow)