summaryrefslogtreecommitdiff
path: root/docs/development/API/admin_api.md
AgeCommit message (Collapse)Author
2023-03-29List installed frontend refs in admin APIEkaterina Vaartis
2022-11-18Remove Quack from docs and cheatsheetMark Felder
2022-03-08Add doc for Admin Announcement APIsTusooa Zhu
2021-12-19Merge branch 'v2-suggestions' into 'develop'Alex Gleason
V2 suggestions See merge request pleroma/pleroma!3547
2021-11-26AdminAPI: suggest a user through the APIAlex Gleason
2021-07-17AdminAPI: add DELETE /instances/:instance to delete all content from a ↵Alex Gleason
remote instance
2021-02-22Update the documentation to use make it use /api/v1/pleroma instead of ↵eugenijm
/api/pleroma
2021-02-17Remove `:auth, :enforce_oauth_admin_scope_usage`rinpatch
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now.
2021-01-27added totalAlexander Strizhakov
to the instance adminAPI endpoint
2021-01-27added totalAlexander Strizhakov
to the user statuses adminAPI endpoint
2021-01-10Add development sectionIlja
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md