[[["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 2020-08-27 UTC."],[[["This webpage details the process of creating a new API within a specified project and location using the Google Cloud API Gateway."],["The creation process involves a `POST` HTTP request to a specific URL, using gRPC Transcoding syntax, which requires a parent resource path to be specified."],["The request requires both a unique identifier for the API via the `apiId` query parameter and the parent resource in the path, including the project and location."],["Successful API creation results in an `Operation` instance, and the process necessitates the `apigateway.locations.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."],["The request body will require an instance of the `Api` that you are trying to create, as described by the documentation."]]],[]]