action whatsapp_update_group_info { label: "Update-Group-Info" provider: whatsapp method: PUT path: "/groups/{GroupId}" encoding: json input: { type: "object" properties: { GroupId: { type: "string" } subject: { type: "string" } } required: ["GroupId", "subject"] additionalProperties: false } output: { type: "object" additionalProperties: true } }