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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[],[],null,["# Method: projects.iosApps.patch\n\nUpdates the attributes of the specified [IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp).\n\n### HTTP request\n\n`PATCH https://firebase.googleapis.com/v1beta1/{app.name=projects/*/iosApps/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `app.``name` | `string` The resource name of the [IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp), in the format: `projects/`\u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e`/iosApps/`\u003cvar translate=\"no\"\u003eAPP_ID\u003c/var\u003e - \u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for \u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e in any response body will be the `ProjectId`. - \u003cvar translate=\"no\"\u003eAPP_ID\u003c/var\u003e: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.iosApps#IosApp.FIELDS.app_id)). |\n\n### Query parameters\n\n| Parameters ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `update``Mask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Specifies which fields of the [IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#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](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps/remove#google.firebase.service.v1beta1.IosAppService.RemoveIosApp) or [iosApps.undelete](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps/undelete#google.firebase.service.v1beta1.IosAppService.UndeleteIosApp). This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\n### Request body\n\nThe request body contains an instance of [IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp).\n\n### Response body\n\nIf successful, the response body contains an instance of [IosApp](/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp).\n\n### Authorization 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/)."]]