- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing ResourceValueConfigs with new rules.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
resource |
Name for the resource value configuration |
Query parameters
Parameters | |
---|---|
update |
The list of fields to be updated. If empty all mutable fields will be updated. |
Request body
The request body contains an instance of ResourceValueConfig
.
Response body
If successful, the response body contains an instance of ResourceValueConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.