[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-02-19 UTC."],[[["Updates a specified web app for an enterprise using a PATCH request to a designated URL."],["The request can specify fields to update using a field mask or update all modifiable fields by default."],["The request and successful response body both contain the web app resource data."],["Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope."]]],["This outlines updating a web app via a PATCH request to a specified URL using gRPC Transcoding syntax. The `name` path parameter identifies the target web app. The `updateMask` query parameter specifies which fields to modify; if omitted, all modifiable fields are updated. The request and response bodies are instances of `WebApp`. The operation requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization. A `Try it!` button allows to test the function.\n"]]