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.json | |
| 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 '')
| -rw-r--r-- | docs/swagger.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/swagger.json b/docs/swagger.json index 5e3fcd7..e2e842f 100644 --- a/docs/swagger.json +++ b/docs/swagger.json | |||
| @@ -1863,6 +1863,9 @@ | |||
| 1863 | "id": { | 1863 | "id": { |
| 1864 | "type": "integer" | 1864 | "type": "integer" |
| 1865 | }, | 1865 | }, |
| 1866 | "image": { | ||
| 1867 | "type": "string" | ||
| 1868 | }, | ||
| 1866 | "is_disabled": { | 1869 | "is_disabled": { |
| 1867 | "type": "boolean" | 1870 | "type": "boolean" |
| 1868 | }, | 1871 | }, |
| @@ -1877,6 +1880,9 @@ | |||
| 1877 | "id": { | 1880 | "id": { |
| 1878 | "type": "integer" | 1881 | "type": "integer" |
| 1879 | }, | 1882 | }, |
| 1883 | "image": { | ||
| 1884 | "type": "string" | ||
| 1885 | }, | ||
| 1880 | "is_coop": { | 1886 | "is_coop": { |
| 1881 | "type": "boolean" | 1887 | "type": "boolean" |
| 1882 | }, | 1888 | }, |
| @@ -1974,6 +1980,9 @@ | |||
| 1974 | "id": { | 1980 | "id": { |
| 1975 | "type": "integer" | 1981 | "type": "integer" |
| 1976 | }, | 1982 | }, |
| 1983 | "image": { | ||
| 1984 | "type": "string" | ||
| 1985 | }, | ||
| 1977 | "is_disabled": { | 1986 | "is_disabled": { |
| 1978 | "type": "boolean" | 1987 | "type": "boolean" |
| 1979 | }, | 1988 | }, |