action clickmeter_account_put_ip_blacklist { label: "Create an ip blacklist entry" provider: clickmeter method: POST path: "/account/ipblacklist" encoding: form input: { type: "object" properties: { id: { type: "string" } ip: { type: "string" } } } output: { type: "object" properties: { id: { type: "string" } ip: { type: "string" } } } }