AI-generated Key Takeaways
-
The endpoint allows for updating a publisher using a PATCH request.
-
The publisher to update is identified by a path parameter
publisher.name
with a specific format. -
A required query parameter
updateMask
specifies which fields of the publisher should be updated. -
The request body should contain an instance of the
Publisher
resource, and the response body will also contain an updatedPublisher
instance if successful. -
Updating a publisher requires the
https://www.googleapis.com/auth/doubleclickbidmanager
OAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Updates an publisher.
HTTP request
PATCH https://dv360seller.googleapis.com/v1beta1/{publisher.name=exchanges/*/publishers/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
publisher.name |
Output only. Relative route name for this publisher. Should be of the form: "exchanges/{seller_id}/publishers/{publisherId} Example: "exchanges/1234/publishers/5678". |
Query parameters
Parameters | |
---|---|
updateMask |
Required. The mask to control which fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Publisher
.
Response body
If successful, the response body contains an instance of Publisher
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclickbidmanager
For more information, see the OAuth 2.0 Overview.