diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-01-29 19:11:34 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-01-29 19:11:54 +0100 |
commit | 3f9d0c08ea1197bc73bfbbab4a95aecef4a3ae13 (patch) | |
tree | 495a3d1af5fbe887af7b5d6dc975c20191a94c15 | |
parent | 7a2c4f984b4ab3cc148908498c89af105ebb224a (diff) | |
download | pleroma-3f9d0c08ea1197bc73bfbbab4a95aecef4a3ae13.tar.gz |
docs/Pleroma-API.md: Fix ex_doc title by changing the first h1 to it
[ci skip]
-rw-r--r-- | docs/Pleroma-API.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/Pleroma-API.md b/docs/Pleroma-API.md index 0c4586dd3..3ebea565c 100644 --- a/docs/Pleroma-API.md +++ b/docs/Pleroma-API.md @@ -1,13 +1,9 @@ -# Authentication +# Pleroma API Requests that require it can be authenticated with [an OAuth token](https://tools.ietf.org/html/rfc6749), the `_pleroma_key` cookie, or [HTTP Basic Authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization). -# Request parameters - Request parameters can be passed via [query strings](https://en.wikipedia.org/wiki/Query_string) or as [form data](https://www.w3.org/TR/html401/interact/forms.html). Files must be uploaded as `multipart/form-data`. -# Endpoints - ## `/api/pleroma/emoji` ### Lists the custom emoji on that server. * Method: `GET` |