diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-23 21:32:50 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-23 21:32:50 +0300 |
commit | 38245f13367cdc2df29ff2a499418e526b654fb5 (patch) | |
tree | 514724023f061f56e42fcaa7ae79f07d3d055c58 /docs/api/admin_api.md | |
parent | d4ed3a35b8aa34cd968113970bbab445eb251703 (diff) | |
parent | fd48bd80eb7eab563c25586b1deba2ed42c02c5a (diff) | |
download | pleroma-38245f13367cdc2df29ff2a499418e526b654fb5.tar.gz |
Merge branch 'develop' into test/activity_pub/transmogrifier.ex
Diffstat (limited to 'docs/api/admin_api.md')
-rw-r--r-- | docs/api/admin_api.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index 7637fa0d4..0377ea655 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -733,3 +733,10 @@ Compile time settings (need instance reboot): } ] ``` + +## `POST /api/pleroma/admin/reload_emoji` +### Reload the instance's custom emoji +* Method `POST` +* Authentication: required +* Params: None +* Response: JSON, "ok" and 200 status |