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 | |
| 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
| -rw-r--r-- | docs/docs.go | 9 | ||||
| -rw-r--r-- | docs/swagger.json | 9 | ||||
| -rw-r--r-- | docs/swagger.yaml | 6 |
3 files changed, 24 insertions, 0 deletions
diff --git a/docs/docs.go b/docs/docs.go index 812bd64..01eb022 100644 --- a/docs/docs.go +++ b/docs/docs.go | |||
| @@ -1869,6 +1869,9 @@ const docTemplate = `{ | |||
| 1869 | "id": { | 1869 | "id": { |
| 1870 | "type": "integer" | 1870 | "type": "integer" |
| 1871 | }, | 1871 | }, |
| 1872 | "image": { | ||
| 1873 | "type": "string" | ||
| 1874 | }, | ||
| 1872 | "is_disabled": { | 1875 | "is_disabled": { |
| 1873 | "type": "boolean" | 1876 | "type": "boolean" |
| 1874 | }, | 1877 | }, |
| @@ -1883,6 +1886,9 @@ const docTemplate = `{ | |||
| 1883 | "id": { | 1886 | "id": { |
| 1884 | "type": "integer" | 1887 | "type": "integer" |
| 1885 | }, | 1888 | }, |
| 1889 | "image": { | ||
| 1890 | "type": "string" | ||
| 1891 | }, | ||
| 1886 | "is_coop": { | 1892 | "is_coop": { |
| 1887 | "type": "boolean" | 1893 | "type": "boolean" |
| 1888 | }, | 1894 | }, |
| @@ -1980,6 +1986,9 @@ const docTemplate = `{ | |||
| 1980 | "id": { | 1986 | "id": { |
| 1981 | "type": "integer" | 1987 | "type": "integer" |
| 1982 | }, | 1988 | }, |
| 1989 | "image": { | ||
| 1990 | "type": "string" | ||
| 1991 | }, | ||
| 1983 | "is_disabled": { | 1992 | "is_disabled": { |
| 1984 | "type": "boolean" | 1993 | "type": "boolean" |
| 1985 | }, | 1994 | }, |
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 | }, |
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: |