[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis endpoint facilitates the updating of an Application resource, allowing modifications to fields such as \u003ccode\u003eauthDomain\u003c/code\u003e, \u003ccode\u003edefaultCookieExpiration\u003c/code\u003e, and \u003ccode\u003eiap\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePATCH\u003c/code\u003e method is used for the HTTP request to this endpoint, following gRPC Transcoding syntax, to allow for updates using specific parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe endpoint uses a required \u003ccode\u003ename\u003c/code\u003e path parameter to identify the specific Application to update, requiring the \u003ccode\u003eappengine.applications.update\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter, in FieldMask format, is required to specify which fields of the Application resource should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e authorization scope to ensure secure access.\u003c/p\u003e\n"]]],[],null,["# Method: apps.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates the specified Application resource. You can update the following fields:\n\n- `authDomain` - Google authentication domain for controlling user access to the application.\n- `defaultCookieExpiration` - Cookie expiration policy for the application.\n- `iap` - Identity-Aware Proxy properties for the application.\n\n### HTTP request\n\n`PATCH https://appengine.googleapis.com/v1beta/{name=apps/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Application](/appengine/docs/admin-api/reference/rest/v1beta/apps#Application).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/appengine/docs/admin-api/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]