12345678910111213141516171819202122 |
- ---
- 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>
|