AI-generated Key Takeaways
- 
          
The request message for
AssetGroupService.MutateAssetGroupsis used to modify asset groups. - 
          
The request requires a
customer_id, a list ofoperationsto perform, and an optionalvalidate_onlyflag. - 
          
The
operationsfield takes a list ofAssetGroupOperationmessages to specify the changes to individual asset groups. - 
          
The
validate_onlyflag allows you to validate the request without executing it, returning only errors. 
Request message for AssetGroupService.MutateAssetGroups.
| Fields | |
|---|---|
 | 
                
                   
 Required. The ID of the customer whose asset groups are being modified.  | 
              
 | 
                
                  
                   Required. The list of operations to perform on individual asset groups.  | 
              
 | 
                
                   
 If true, the request is validated but not executed. Only errors are returned, not results.  |