Method: projects.updateConfig

Update an Identity Toolkit project configuration.

HTTP request

PATCH https://identitytoolkit.googleapis.com/admin/v2/{config.name=projects/*/config}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
config.name

string

Output only. The name of the Config resource. Example: "projects/my-awesome-project/config"

Query parameters

Parameters
updateMask

string (FieldMask format)

The update mask applies to the resource. Fields set in the config but not included in this update mask will be ignored. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

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 Config.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.