aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
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/docs.go
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/docs.go')
-rw-r--r--docs/docs.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 8dba198..83d3a5c 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1307,7 +1307,6 @@ const docTemplate = `{
1307 "category_id", 1307 "category_id",
1308 "description", 1308 "description",
1309 "record_date", 1309 "record_date",
1310 "score_count",
1311 "user_name" 1310 "user_name"
1312 ], 1311 ],
1313 "properties": { 1312 "properties": {
@@ -1374,7 +1373,6 @@ const docTemplate = `{
1374 "description", 1373 "description",
1375 "record_date", 1374 "record_date",
1376 "route_id", 1375 "route_id",
1377 "score_count",
1378 "user_name" 1376 "user_name"
1379 ], 1377 ],
1380 "properties": { 1378 "properties": {
@@ -1426,6 +1424,9 @@ const docTemplate = `{
1426 "detail": { 1424 "detail": {
1427 "type": "string" 1425 "type": "string"
1428 }, 1426 },
1427 "message": {
1428 "type": "string"
1429 },
1429 "user": { 1430 "user": {
1430 "$ref": "#/definitions/models.UserShort" 1431 "$ref": "#/definitions/models.UserShort"
1431 } 1432 }
@@ -1829,6 +1830,9 @@ const docTemplate = `{
1829 "is_coop": { 1830 "is_coop": {
1830 "type": "boolean" 1831 "type": "boolean"
1831 }, 1832 },
1833 "is_disabled": {
1834 "type": "boolean"
1835 },
1832 "map_name": { 1836 "map_name": {
1833 "type": "string" 1837 "type": "string"
1834 } 1838 }