- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates the Capability.
HTTP request
PATCH https://cloudresourcemanager.googleapis.com/v3/{capability.name=folders/*/capabilities/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
capability.name |
Immutable. Identifier. The resource name of the capability. Must be in the following form: * For example, Following are the allowed {capability_name} values: * |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. The list of fields to update. Only [Capability.value] can be updated. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Capability
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.