- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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. |
Output only. The name of the Config resource. Example: "projects/my-awesome-project/config" |
Query parameters
Parameters | |
---|---|
update |
The update mask applies to the resource. Fields set in the config but not included in this update mask will be ignored. For the This is a comma-separated list of fully qualified names of fields. Example: |
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.