AI-generated Key Takeaways
-
Updates an existing site using a PUT request to the specified endpoint.
-
Requires a profile ID as a path parameter and a Site object in the request body.
-
Returns the updated Site object in the response if successful.
-
Needs authorization with the
dfatrafficking
scope.
Updates an existing site.
HTTP request
PUT 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. |
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