22 lines
307 B
Plaintext
22 lines
307 B
Plaintext
---
|
|
openapi: post /create
|
|
---
|
|
|
|
<RequestExample>
|
|
|
|
```bash Request
|
|
curl --request POST \
|
|
--url http://localhost:8080/create \
|
|
-F "config=@/path/to/config.yaml"
|
|
```
|
|
|
|
</RequestExample>
|
|
|
|
<ResponseExample>
|
|
|
|
```json Response
|
|
{ "response": "App created successfully. App ID: {app_id}" }
|
|
```
|
|
|
|
</ResponseExample>
|