[[["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-03-07 UTC."],[[["This document describes how to create a deployment using the legacy Apigee Registry API, which is no longer supported, and advises using the newer Apigee API hub APIs instead."],["The HTTP request to create a deployment is a POST request to `https://apigeeregistry.googleapis.com/v1/{parent=projects/*/locations/*/apis/*}/deployments`, using gRPC Transcoding syntax."],["The request requires a `parent` path parameter specifying the project, location, and API, along with an `apiDeploymentId` query parameter for the new deployment's ID."],["The request body should contain an instance of `ApiDeployment`, and a successful response will also return an `ApiDeployment` instance."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope to successfully create a deployment."]]],[]]