diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-04-25 22:07:48 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-04-25 22:07:48 +0300 |
| commit | 85d953da51995926e6e8c2728ebc028d9ae8173c (patch) | |
| tree | a2382550eafc621d5922bbfd81c76733154df1c9 /docs/swagger.yaml | |
| parent | feat: add images to game/chapter/map select (#151) (diff) | |
| download | lphub-85d953da51995926e6e8c2728ebc028d9ae8173c.tar.gz lphub-85d953da51995926e6e8c2728ebc028d9ae8173c.tar.bz2 lphub-85d953da51995926e6e8c2728ebc028d9ae8173c.zip | |
docs: update models
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index ac29f93..7f370ee 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -334,6 +334,8 @@ definitions: | |||
| 334 | properties: | 334 | properties: |
| 335 | id: | 335 | id: |
| 336 | type: integer | 336 | type: integer |
| 337 | image: | ||
| 338 | type: string | ||
| 337 | is_disabled: | 339 | is_disabled: |
| 338 | type: boolean | 340 | type: boolean |
| 339 | name: | 341 | name: |
| @@ -343,6 +345,8 @@ definitions: | |||
| 343 | properties: | 345 | properties: |
| 344 | id: | 346 | id: |
| 345 | type: integer | 347 | type: integer |
| 348 | image: | ||
| 349 | type: string | ||
| 346 | is_coop: | 350 | is_coop: |
| 347 | type: boolean | 351 | type: boolean |
| 348 | name: | 352 | name: |
| @@ -406,6 +410,8 @@ definitions: | |||
| 406 | properties: | 410 | properties: |
| 407 | id: | 411 | id: |
| 408 | type: integer | 412 | type: integer |
| 413 | image: | ||
| 414 | type: string | ||
| 409 | is_disabled: | 415 | is_disabled: |
| 410 | type: boolean | 416 | type: boolean |
| 411 | name: | 417 | name: |