action clickmeter_data_points_patch_notes { label: "Fast patch the \"notes\" field of a datapoint" provider: clickmeter method: PUT path: "/datapoints/{id}/notes" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { id: { type: "integer" format: "int64" } uri: { type: "string" } } } }