Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This operation updates a bidder's endpoint using a PATCH request to the specified URL.
The request requires path and query parameters to identify the endpoint and specify fields to update, respectively.
An Endpoint object is provided in the request body to define the updates, and the response also contains an Endpoint object upon successful completion.
Authorization is required using the https://www.googleapis.com/auth/realtime-bidding scope.
Output only. Name of the endpoint resource that must follow the pattern bidders/{bidderAccountId}/endpoints/{endpointId}, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[],["This documentation details updating a bidder's endpoint via a `PATCH` request to a specific URL: `https://realtimebidding.googleapis.com/v1/{endpoint.name=bidders/*/endpoints/*}`. The endpoint's `name` is a required path parameter. The `updateMask` query parameter enables partial updates using a comma-separated list of field names. The request and response bodies both contain an `Endpoint` instance. Authorization requires the `https://www.googleapis.com/auth/realtime-bidding` OAuth scope. A functional \"Try It!\" link is also provided.\n"]]