action clickmeter_data_points_put { label: "Create a datapoint" provider: clickmeter method: POST path: "/datapoints" encoding: json output: { type: "object" properties: { id: { type: "integer" format: "int64" } uri: { type: "string" } } } }