- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Updates an existing MembershipFeature.
HTTP request
PATCH https://gkehub.googleapis.com/v2/{membershipFeature.name=projects/*/locations/*/memberships/*/features/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
membership |
Output only. The resource name of the membershipFeature, in the format: |
Query parameters
Parameters | |
---|---|
update |
Required. Mask of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
request |
Idempotent request UUID. |
allow |
Optional. If set to true, and the MembershipFeature is not found, a new MembershipFeature will be created. In this situation, |
Request body
The request body contains an instance of MembershipFeature
.
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.