Mutate customer client links
documentedCreate or update a customer-client link (older API version path shown for compatibility).
POST /v20/customers/{customerId}/customerClientLinks:mutateCustomer Client Linksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://googleads.googleapis.com/v20/customers/{{$customerId}}/customerClientLinks:mutate" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"operation": {"create": {"clientCustomer": "customers/{{$clientCustomerId}}", "hidden": {{$hidden}} } }, "validateOnly": false }'