/v2/apis/{apiId}/deployments
POST
/v2/apis/{apiId}/deployments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/apis//deployments' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
201 - Example 1
{
"AutoDeployed": true,
"CreatedDate": "string",
"DeploymentId": "string",
"DeploymentStatus": "PENDING",
"DeploymentStatusMessage": "string",
"Description": "string"
}
Request
Path Params
apiId
string
required
Body Params application/json
Responses
Modified at 2023-08-15 05:49:07