Method: projects.patch

Updates the attributes of the specifiedFirebaseProject.

Allquery parameters are required.

HTTP request

PATCH https://firebase.googleapis.com/v1beta1/{project.name=projects/*}

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
project.name

string

The resource name of the Project, in the format:

projects/PROJECT_IDENTIFIER

PROJECT_IDENTIFIER: the Project'sProjectNumber(recommended) or itsProjectId.
Learn more about using project identifiers in Google'sAIP 2510 standard.
Note that the value forPROJECT_IDENTIFIER in any response body will be theProjectId.

Query parameters

Parameters
updateMask

string (FieldMask format)

Specifies which fields of theFirebaseProject to update.

Note that the following fields are immutable:name,projectId, andprojectNumber.

To updatestate, use any of the following Google Cloud endpoints:projects.delete orprojects.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 ofFirebaseProject.

Response body

If successful, the response body contains an instance ofFirebaseProject.

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 theAuthentication Overview.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-24 UTC.