action rumble_update_account_group { label: "Update an existing group" provider: rumble method: PUT path: "/account/groups" encoding: json input: { type: "object" properties: { description: { type: "string" } expires_at: { type: "integer" format: "int64" } id: { type: "string" format: "uuid" } name: { type: "string" } org_default_role: { type: "string" } org_roles: { type: "object" } } } output: { type: "object" additionalProperties: true } }