Method: accounts.clients.update
Updates an existing client buyer.
HTTP request
PUT https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/clients/{clientAccountId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
accountId |
string (int64 format)
Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer to update a client for. (required)
|
clientAccountId |
string (int64 format)
Unique numerical account ID of the client to update. (required)
|
Request body
The request body contains an instance of Client
.
Response body
If successful, the response body contains an instance of Client
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Updates an existing client buyer using a PUT request to a specific URL with account and client IDs."],["Requires specifying the `accountId` and `clientAccountId` as path parameters within the URL."],["The request and response bodies both utilize the `Client` object for data transfer."],["Authorization necessitates the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope."]]],["This document outlines the process to update a client buyer using a PUT request to a specific URL. The URL requires two path parameters: `accountId` and `clientAccountId`, both numerical IDs. The request body must include a `Client` instance, and a successful response will also return a `Client` instance. The process requires OAuth authorization with the scope `https://www.googleapis.com/auth/adexchange.buyer`. The request can be tried via the try it link.\n"]]