diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-06-01 01:42:46 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-06-01 01:44:10 +0200 |
commit | 5d3ece2861b619c101d6860fbc1a80bfd8630ba7 (patch) | |
tree | deba6a0fa2fe9ae9884ca5c82c302de8e5a29b7c /docs/api | |
parent | aa9f52edd2ff8fa9dc6008c94717a1399f54dfb8 (diff) | |
download | pleroma-5d3ece2861b619c101d6860fbc1a80bfd8630ba7.tar.gz |
Remove now useless flavours switching
Diffstat (limited to 'docs/api')
-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` |