AI-generated Key Takeaways
-
This endpoint is used to update a specific Platform Child Site resource.
-
The
PATCH
HTTP method is used, and the request URL includes a required path parameter to identify the resource to be updated. -
Updating the resource is done through the
updateMask
query parameter. -
The request body should be an instance of
PlatformChildSite
, and if the update is successful, the response body will also be an instance ofPlatformChildSite
. -
Authorization requires the
https://www.googleapis.com/auth/adsense
OAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Update a Platform Child Site.
HTTP request
PATCH https://adsenseplatform.googleapis.com/v1alpha/{platformChildSite.name=accounts/*/platforms/*/childAccounts/*/sites/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
platformChildSite.name |
Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platformChildSite} |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. The list of fields to update - currently only supports updating the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of PlatformChildSite
.
Response body
If successful, the response body contains an instance of PlatformChildSite
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsense