Method: projects.locations.environments.userWorkloadsConfigMaps.update

Updates a user workloads ConfigMap.

This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.

HTTP request

PUT https://composer.googleapis.com/v1beta1/{userWorkloadsConfigMap.name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
userWorkloadsConfigMap.name

string

Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"

Request body

The request body contains an instance of UserWorkloadsConfigMap.

Response body

If successful, the response body contains an instance of UserWorkloadsConfigMap.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloudcomposer
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.