---
title: "POST /v23/customers/{+customerId}/assetSetAssets:mutate"
method: POST
path: "/v23/customers/{+customerId}/assetSetAssets:mutate"
tags: ["customers"]
---

# POST /v23/customers/{+customerId}/assetSetAssets:mutate

`POST /v23/customers/{+customerId}/assetSetAssets:mutate`

Creates, updates or removes asset set assets. Operation statuses are returned.

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateAssetSetAssetsRequest — Request message for AssetSetAssetService.MutateAssetSetAssets.
  - `partialFailure` boolean — If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.
  - `validateOnly` boolean — If true, the request is validated but not executed. Only errors are returned, not results.
  - `operations` GoogleAdsSearchads360V23ServicesAssetSetAssetOperation[] — Required. The list of operations to perform on individual asset set assets.
    - `create` GoogleAdsSearchads360V23ResourcesAssetSetAsset — AssetSetAsset is the link between an asset and an asset set. Adding an AssetSetAsset links an asset with an asset set.
      - `assetSet` string — Immutable. The asset set which this asset set asset is linking to.
      - `asset` string — Immutable. The asset which this asset set asset is linking to.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' — Output only. The status of the asset set asset. Read-only.
      - `resourceName` string — Immutable. The resource name of the asset set asset. Asset set asset resource names have the form: `customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}`
    - `remove` string — Remove operation: A resource name for the removed asset set asset is expected, in this format: `customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}`
  - `responseContentType` 'UNSPECIFIED' | 'RESOURCE_NAME_ONLY' | 'MUTABLE_RESOURCE' — The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/searchads360.md) · [All operations](https://skmtc.net/google/apis/searchads360/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/searchads360/versions/40d087435afd/schema)
