AI-generated Key Takeaways
-
The method
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/sites
is used to update an existing site with patch semantics. -
The
profileId
is a required path parameter, and theid
is a required query parameter for this request. -
The request and response bodies contain an instance of Site.
-
Authorization requires the
https://www.googleapis.com/auth/dfatrafficking
OAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing site. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/sites
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
Query parameters
Parameters | |
---|---|
id |
Required. Site ID. |
Request body
The request body contains an instance of Site
.
Response body
If successful, the response body contains an instance of Site
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking