aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.yaml
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-28 18:49:17 +0300
committerGitHub <noreply@github.com>2023-09-28 18:49:17 +0300
commit4ba6cecbb20a5af1e598a2d67f3d2476a2b1f5e1 (patch)
tree4f88bd2105b54259c452e88cdef052c9d924b1bc /docs/swagger.yaml
parentfix: actually get log message in modlogs (#110) (diff)
downloadlphub-4ba6cecbb20a5af1e598a2d67f3d2476a2b1f5e1.tar.gz
lphub-4ba6cecbb20a5af1e598a2d67f3d2476a2b1f5e1.tar.bz2
lphub-4ba6cecbb20a5af1e598a2d67f3d2476a2b1f5e1.zip
feat: add is_deleted data to map summary (#109)
Former-commit-id: de8434e14fc35df28e2cc5ed0c4f31bfa741c7d6
Diffstat (limited to 'docs/swagger.yaml')
-rw-r--r--docs/swagger.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 0ed6ef4..b34a80c 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -46,7 +46,6 @@ definitions:
46 - category_id 46 - category_id
47 - description 47 - description
48 - record_date 48 - record_date
49 - score_count
50 - user_name 49 - user_name
51 type: object 50 type: object
52 handlers.DeleteMapSummaryRequest: 51 handlers.DeleteMapSummaryRequest:
@@ -91,7 +90,6 @@ definitions:
91 - description 90 - description
92 - record_date 91 - record_date
93 - route_id 92 - route_id
94 - score_count
95 - user_name 93 - user_name
96 type: object 94 type: object
97 handlers.LoginResponse: 95 handlers.LoginResponse:
@@ -112,6 +110,8 @@ definitions:
112 type: string 110 type: string
113 detail: 111 detail:
114 type: string 112 type: string
113 message:
114 type: string
115 user: 115 user:
116 $ref: '#/definitions/models.UserShort' 116 $ref: '#/definitions/models.UserShort'
117 type: object 117 type: object
@@ -374,6 +374,8 @@ definitions:
374 type: string 374 type: string
375 is_coop: 375 is_coop:
376 type: boolean 376 type: boolean
377 is_disabled:
378 type: boolean
377 map_name: 379 map_name:
378 type: string 380 type: string
379 type: object 381 type: object