APIs
Request a deployment to gateway instances
Request a deployment to gateway instances
Request a deployment for a given API. <br> An optional deployment label can be given to the requested deployment.
Deploy after configuration or plan changes and before starting the API. Example request body: {"deploymentLabel":"release"}
post/environments/{envId}/apis/{apiId}/deployments
Request body
Example request
{
"deploymentLabel": "My deployment"
}Response
API deployment request received