aboutsummaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-06-01 03:26:05 +0000
committerkaniini <nenolod@gmail.com>2019-06-01 03:26:05 +0000
commitd46cc7896e2434857cfd317709011f57c729877a (patch)
tree163a23387222c3e9efde4dea3d1fbb3ab8b64ead /docs/api
parent88df6296891547b5730a99efafb9bae0090543b2 (diff)
parent5d3ece2861b619c101d6860fbc1a80bfd8630ba7 (diff)
downloadpleroma-d46cc7896e2434857cfd317709011f57c729877a.tar.gz
Merge branch 'bugfix/remove-vanilla-flavour' into 'develop'
Bugfix: remove vanilla flavour See merge request pleroma/pleroma!1228
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/pleroma_api.md14
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`