diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-06-03 15:29:53 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-06-03 15:29:53 -0500 |
commit | 6ef145b4fc3f2ddb5865e84039c3b56656529711 (patch) | |
tree | a10cab9e7561bdaa76777cfc6d0c3c6fe1f8189b /docs/api/pleroma_api.md | |
parent | 5cee2fe9fea4f0c98acd49a2a288ecd44bce3d1f (diff) | |
parent | 662e95e9484a46bfc72c2edc305aefae99ff68b0 (diff) | |
download | pleroma-6ef145b4fc3f2ddb5865e84039c3b56656529711.tar.gz |
Merge branch 'develop' into feature/digest-email
Diffstat (limited to 'docs/api/pleroma_api.md')
-rw-r--r-- | docs/api/pleroma_api.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md index 4d99a2d2b..edc62727a 100644 --- a/docs/api/pleroma_api.md +++ b/docs/api/pleroma_api.md @@ -126,20 +126,6 @@ Request parameters can be passed via [query strings](https://en.wikipedia.org/wi ## `/api/pleroma/admin/`… See [Admin-API](Admin-API.md) -## `/api/v1/pleroma/flavour/:flavour` -* Method `POST` -* Authentication: required -* Response: JSON string. Returns the user flavour or the default one on success, otherwise returns `{"error": "error_msg"}` -* Example response: "glitch" -* Note: This is intended to be used only by mastofe - -## `/api/v1/pleroma/flavour` -* Method `GET` -* Authentication: required -* Response: JSON string. Returns the user flavour or the default one. -* Example response: "glitch" -* Note: This is intended to be used only by mastofe - ## `/api/pleroma/notifications/read` ### Mark a single notification as read * Method `POST` |