Method: projects.webApps.patch

Updates the attributes of the specifiedWebApp.

HTTP request

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

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
app.name

string

The resource name of theWebApp, in the format:

projects/PROJECT_IDENTIFIER/webApps/APP_ID

  • PROJECT_IDENTIFIER: the parent 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.
  • APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId).

Query parameters

Parameters
updateMask

string (FieldMask format)

Specifies which fields of theWebApp to update.

Note that the following fields are immutable:name,appId, andprojectId.

To updatestate, use any of the following endpoints:webApps.remove orwebApps.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 ofWebApp.

Response body

If successful, the response body contains an instance ofWebApp.

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.