Method: projects.locations.catalogs.updateGenerativeQuestionFeature

Manages overal generative question feature state -- enables toggling feature on and off.

HTTP request

PATCH https://retail.googleapis.com/v2alpha/{generativeQuestionsFeatureConfig.catalog=projects/*/locations/*/catalogs/*}/generativeQuestionFeature

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
generativeQuestionsFeatureConfig.catalog

string

Required. Resource name of the affected catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

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

Request body

The request body contains an instance of GenerativeQuestionsFeatureConfig.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.