mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 04:24:22 +00:00
28329ba62f
* Add /api/v1/admin/domain_blocks Fixes #18140 - `GET /api/v1/admin/domain_blocks` lists domain blocks - `GET /api/v1/admin/domain_blocks/:id` shows one by ID - `DELETE /api/v1/admin/domain_blocks/:id` deletes a given domain block - `POST /api/v1/admin/domain_blocks` to create a new domain block: if it conflicts with an existing one, returns an error with an attribute `existing_domain_block` with the rendered domain block * Simplify conflict handling as suggested in review |
||
---|---|---|
.. | ||
trends | ||
account_actions_controller.rb | ||
accounts_controller.rb | ||
dimensions_controller.rb | ||
domain_blocks_controller.rb | ||
measures_controller.rb | ||
reports_controller.rb | ||
retention_controller.rb |