commit: 97694eb4512da86440e87ce201a631494af6ea6c
parent 7a2c4f984b4ab3cc148908498c89af105ebb224a
Author: lambda <pleromagit@rogerbraun.net>
Date: Tue, 29 Jan 2019 19:24:30 +0000
Merge branch 'docs/fix-pleroma-api-title' into 'develop'
docs/Pleroma-API.md: Fix ex_doc title by changing the first h1 to it
See merge request pleroma/pleroma!736
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git 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`