action frankiefinancial_blacklist_entity { label: "Set Entity Blacklist State." description: "Mark the entity as blacklisted or not with the '?set=' query parameter as 'true' or 'false'.\n" provider: frankiefinancial method: POST path: "/entity/{entityId}/flag/blacklist" encoding: json output: { type: "object" additionalProperties: true } }