aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
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 }