Method: projects.patch
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
PATCH https://firebase.googleapis.com/v1beta1/{project.name=projects/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
project.name |
string
The resource name of the Project, in the format:
projects/PROJECT_IDENTIFIER
PROJECT_IDENTIFIER: the Project's ProjectNumber (recommended) or its ProjectId . Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be the ProjectId .
|
Query parameters
Parameters |
updateMask |
string (FieldMask format)
Specifies which fields of the FirebaseProject to update. Note that the following fields are immutable: name , projectId , and projectNumber . To update state , use any of the following Google Cloud endpoints: projects.delete or projects.undelete 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 FirebaseProject
.
Response body
If successful, the response body contains an instance of FirebaseProject
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/firebase
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-24 UTC.
[null,null,["Last updated 2024-10-24 UTC."],[],[],null,["Updates the attributes of the specified [FirebaseProject](/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject).\n\nAll [query parameters](#query-parameters) are required.\n\nHTTP request\n\n`PATCH https://firebase.googleapis.com/v1beta1/{project.name=projects/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\nQuery parameters\n\nRequest body\n\nThe request body contains an instance of [FirebaseProject](/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject).\n\nResponse body\n\nIf successful, the response body contains an instance of [FirebaseProject](/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject).\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/firebase`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]