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