Method: billingAccounts.locations.insightTypes.updateConfig

Updates an InsightTypeConfig change. This will create a new revision of the config.

HTTP request

PATCH https://recommender.googleapis.com/v1beta1/{insightTypeConfig.name=billingAccounts/*/locations/*/insightTypes/*/config}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
insightTypeConfig.name

string

Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

validateOnly

boolean

If true, validate the request and preview the change, but do not actually update it.

Request body

The request body contains an instance of InsightTypeConfig.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.