Method: projects.locations.catalogs.updateGenerativeQuestion

Allows management of individual questions.

HTTP request

PATCH https://retail.googleapis.com/v2/{generativeQuestionConfig.catalog=projects/*/locations/*/catalogs/*}/generativeQuestion

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
generativeQuestionConfig.catalog

string

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

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:

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 GenerativeQuestionConfig.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.