File size: 297 Bytes
a85c9b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
openapi: post /{app_id}/deploy
---


<RequestExample>

```bash Request
curl --request POST \
  --url http://localhost:8080/{app_id}/deploy \
  -d "api_key=ec-xxxx"
```

</RequestExample>

<ResponseExample>

```json Response
{ "response": "App deployed successfully." }
```

</ResponseExample>