Method: folders.capabilities.patch

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

string

Immutable. Identifier. The resource name of the capability. Must be in the following form: * folders/{folder_id}/capabilities/{capability_name}

For example, folders/123/capabilities/app-management

Following are the allowed {capability_name} values: * app-management

Query parameters

Parameters
updateMask

string (FieldMask format)

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: "user.displayName,photo".

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.