Updates a Recommender Config. This will create a new revision of the config.
HTTP request
PATCH https://recommender.googleapis.com/v1/{recommenderConfig.name=projects/*/locations/*/recommenders/*/config}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
recommenderConfig.name |
Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config |
Query parameters
Parameters | |
---|---|
updateMask |
The list of fields to be updated. This is a comma-separated list of fully qualified names of fields. Example: |
validateOnly |
If true, validate the request and preview the change, but do not actually update it. |
Request body
The request body contains an instance of RecommenderConfig
.
Response body
If successful, the response body contains an instance of RecommenderConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.