From e33f7d0628867d32cd57d97b8c8b9904c9d6d981 Mon Sep 17 00:00:00 2001 From: "YAMAMORI, Akihiro" <6166778+gecko655@users.noreply.github.com> Date: Wed, 10 Jul 2024 02:45:43 +0900 Subject: [PATCH] Fix wrong field value example in the iap client resource (#11124) --- mmv1/products/iap/Client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/products/iap/Client.yaml b/mmv1/products/iap/Client.yaml index 232516d690d7..fa92d06e744c 100644 --- a/mmv1/products/iap/Client.yaml +++ b/mmv1/products/iap/Client.yaml @@ -58,7 +58,7 @@ parameters: description: | Identifier of the brand to which this client is attached to. The format is - `projects/{project_number}/brands/{brand_id}/identityAwareProxyClients/{client_id}`. + `projects/{project_number}/brands/{brand_id}`. immutable: true required: true url_param_only: true