diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-03 11:14:52 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-03 11:14:52 +0300 |
commit | 026b245dbc2900d90a737f024b87453bf552b62b (patch) | |
tree | 8bab0696129f9ba0154879f831cb7543b508a9f2 /docs/api/pleroma_api.md | |
parent | 5bd41fef8b5aeff53ed6b096e04507d51c93a83a (diff) | |
parent | 1236c5dbf55d631b10ad0e73836a2a9cd43ddaa8 (diff) | |
download | pleroma-026b245dbc2900d90a737f024b87453bf552b62b.tar.gz |
Merge branch 'develop' into feature/polls-2-electric-boogalo
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` |