Commit d988dbd
fix(swagger): document 204 response for free page hinting start/stop
The PATCH /balloon/hinting/start and PATCH /balloon/hinting/stop
endpoints return 204 No Content on success (their VmmAction handlers map
to VmmData::Empty, which the API server converts to
StatusCode::NoContent), but the OpenAPI spec declared 200.
Signed-off-by: Nikita Kalyazin <nikita.kalyazin@e2b.dev>1 parent 2079045 commit d988dbd
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments