action clickmeter_groups_patch_notes { label: "Fast patch the \"notes\" field of a group" provider: clickmeter method: PUT path: "/groups/{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" } } } }