Method: projects.iosApps.patch

Updates the attributes of the specified IosApp.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
app.name

string

The resource name of the IosApp, in the format:

projects/PROJECT_IDENTIFIER/iosApps/APP_ID

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

Query parameters

Parameters
updateMask

string (FieldMask format)

Specifies which fields of the IosApp to update.

Note that the following fields are immutable: name, appId, projectId, and bundleId.

To update state, use any of the following endpoints: iosApps.remove or iosApps.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 IosApp.

Response body

If successful, the response body contains an instance of IosApp.

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.