Updates a project's continuous validation config, and returns a copy of the new config. A config is always updated as a whole to avoid race conditions with concurrent updating requests. Returns NOT_FOUND if the project does not exist, INVALID_ARGUMENT if the request is malformed.
HTTP request
PUT https://binaryauthorization.googleapis.com/v1alpha2/{config.name=projects/*/continuousValidationConfig}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-16 UTC."],[[["This document outlines the process for updating a project's continuous validation configuration using a PUT request to a specific URL."],["The update request requires a project name path parameter and uses the `ContinuousValidationConfig` for both the request and response body."],["The `config.name` parameter, with the format `projects/*/continuousValidationConfig`, is used to identify the resource to be updated, and each project can only have one configuration."],["A successful request returns an updated instance of `ContinuousValidationConfig`, while errors such as a missing project or malformed request result in `NOT_FOUND` or `INVALID_ARGUMENT` responses."],["Updating the continuous validation configuration requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]