Skip to content

Commit 7deb630

Browse files
authored
Update README.md
1 parent da3ea77 commit 7deb630

1 file changed

Lines changed: 4 additions & 23 deletions

File tree

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -60,35 +60,16 @@ To run this project, you will need to add the following environment variables to
6060

6161
## API Reference
6262

63-
#### Get helm items
63+
#### Download the generated projects
6464

6565
```
66-
GET /download-helm/{filename}
67-
```
68-
69-
| Parameter | Type | Description |
70-
| :-------- | :------- | :------------------------- |
71-
| `filename` | `string` | **Required** |
72-
73-
#### Get terraform items
74-
75-
```
76-
GET /download-terraform/{filename}
66+
GET /download-folder{folder_name}/{source}
7767
```
7868

7969
| Parameter | Type | Description |
8070
| :-------- | :------- | :-------------------------------- |
81-
| `filename` | `string` | **Required** |
82-
83-
#### Get list dirs
84-
85-
```
86-
GET /list-directory
87-
```
88-
89-
| Request Body | Type | Description |
90-
| :-------- | :------- | :-------------------------------- |
91-
| `folder` | `string` | **Required** |
71+
| `folder_name` | `string` | **Required** |
72+
| `source` | `string` | **Required** |
9273

9374

9475
#### Post terraform basic questions

0 commit comments

Comments
 (0)