action clickmeter_account_put_domain_whitelist { label: "Create an domain entry" provider: clickmeter method: POST path: "/account/domainwhitelist" encoding: form input: { type: "object" properties: { id: { type: "string" } name: { type: "string" } } } output: { type: "object" properties: { id: { type: "string" } name: { type: "string" } } } }