deploy.mdx 297 B

12345678910111213141516171819202122
  1. ---
  2. openapi: post /{app_id}/deploy
  3. ---
  4. <RequestExample>
  5. ```bash Request
  6. curl --request POST \
  7. --url http://localhost:8080/{app_id}/deploy \
  8. -d "api_key=ec-xxxx"
  9. ```
  10. </RequestExample>
  11. <ResponseExample>
  12. ```json Response
  13. { "response": "App deployed successfully." }
  14. ```
  15. </ResponseExample>