Method: projects.locations.memberships.features.patch

Updates an existing MembershipFeature.

HTTP request

PATCH https://gkehub.googleapis.com/v2alpha/{membershipFeature.name=projects/*/locations/*/memberships/*/features/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
membershipFeature.name

string

Output only. The resource name of the membershipFeature, in the format: projects/{project}/locations/{location}/memberships/{membership}/features/{feature}. Note that membershipFeatures is shortened to features in the resource name. (see http://go/aip/122#collection-identifiers)

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. Mask of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

requestId

string

Idempotent request UUID.

allowMissing

boolean

Optional. If set to true, and the MembershipFeature is not found, a new MembershipFeature will be created. In this situation, updateMask is ignored.

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.