- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Update a tenant. Requires write permission on the Tenant resource.
HTTP request
 PATCH https://identitytoolkit.googleapis.com/v2/{tenant.name=projects/*/tenants/*} 
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
 tenant.name 
 |  
     Output only. Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"  |  
Query parameters
| Parameters | |
|---|---|
 updateMask 
 |  
     If provided, only update fields set in the update mask. Otherwise, all settable fields will be updated. For the  This is a comma-separated list of fully qualified names of fields. Example:   |  
Request body
The request body contains an instance of  Tenant 
 
.
Response body
If successful, the response body contains an instance of  Tenant 
 
.
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 .

