[[["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 2023-04-26 UTC."],[[["This webpage outlines the process for deploying code and resource files to a new version using the App Engine API."],["The deployment is executed via a `POST` request to a specific URL, which follows gRPC Transcoding syntax."],["The `parent` path parameter is required, which specifies the resource under which the new version is created, requiring `appengine.versions.create` IAM permission."],["The request body should include an instance of `Version`, and a successful response will provide an instance of `Operation`."],["The `https://www.googleapis.com/auth/cloud-platform` OAuth scope is required for authorization."]]],[]]