logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: ac6e0f6684ecce7d46ce60ee68da6353cd949c0f
parent 858dbe43607b31cba8c319755c92099cd2c9f5c1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  5 Oct 2020 17:18:58 +0200

docs/ap_extensions.md: document oauthRegistrationEndpoint

Diffstat:

Mdocs/ap_extensions.md6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/docs/ap_extensions.md b/docs/ap_extensions.md @@ -6,6 +6,12 @@ The following endpoints are additionally present into our actors. - `oauthRegistrationEndpoint` - `uploadMedia` +### oauthRegistrationEndpoint + +Points to MastodonAPI `/api/v1/apps` for now. + +See <https://docs.joinmastodon.org/methods/apps/> + ### uploadMedia Inspired by <https://www.w3.org/wiki/SocialCG/ActivityPub/MediaUpload>