[[["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 2022-05-23 UTC."],[[["This endpoint updates an existing Application resource, allowing modifications to fields like `authDomain`, `defaultCookieExpiration`, and `iap`."],["The HTTP request uses a `PATCH` method directed to a URL following gRPC Transcoding syntax and requires the `appengine.applications.update` IAM permission."],["The `name` path parameter is a string representing the resource to be updated (e.g., `apps/myapp`)."],["The `updateMask` query parameter is required and specifies which fields within the Application resource should be modified, in FieldMask format."],["Successful requests will return an Operation resource, while the request body should contain an Application resource instance."]]],[]]