action adafruit_replace_group { label: "Replace an existing Group" description: "" provider: adafruit method: PUT path: "/{username}/groups/{group_key}" encoding: json input: { type: "object" properties: { group_key: { type: "string" } username: { type: "string" } } required: ["group_key", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }