Domain Blocks

https://docs.joinmastodon.org/methods/admin/domain_blocks/

Method Description Status Comments
GET /api/v1/admin/domain_blocks List all blocked domains Fully supported.
GET /api/v1/admin/domain_blocks/:id Get a single blocked domain Fully supported.
POST /api/v1/admin/domain_blocks Block a domain from federating Fully supported.
PUT /api/v1/admin/domain_blocks/:id Update a domain block Fully supported.
DELETE /api/v1/admin/domain_blocks/:id Remove a domain block Fully supported.