AI-generated Key Takeaways
-
The request message for
AssetGroupService.MutateAssetGroups
is used to modify asset groups. -
This request requires a
customer_id
, a list ofoperations
to perform, and optionally acceptsvalidate_only
to validate the request without execution. -
The
operations
field uses theAssetGroupOperation
message to define the actions on asset groups.
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. |