Method: contentCategories.patch

  • This method updates an existing content category using patch semantics.

  • The HTTP request uses a PATCH method and includes profileId as a path parameter and id as a required query parameter.

  • The request body contains an instance of ContentCategory, and a successful response body also contains an instance of ContentCategory.

  • This method requires the https://www.googleapis.com/auth/dfatrafficking authorization scope.

Updates an existing content category. This method supports patch semantics.

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/contentCategories

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

Required. ContentCategory ID.

Request body

The request body contains an instance of ContentCategory.

Response body

If successful, the response body contains an instance of ContentCategory.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking