action mastodon_post_api_v1_domain_blocks { label: "post_api_v1_domain_blocks" description: "\"Block a domain to:\n- hide all public posts from it\n- hide all notifications from it\n- remove all followers from it\n- prevent following new users from it (but does not remove existing follows)\"\n" provider: mastodon method: POST path: "/api/v1/domain_blocks" encoding: json output: { type: "object" } }