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