aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/swagger.json')
-rw-r--r--docs/swagger.json35
1 files changed, 19 insertions, 16 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
index 32efc4b..5e3fcd7 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -322,7 +322,7 @@
322 "application/json" 322 "application/json"
323 ], 323 ],
324 "tags": [ 324 "tags": [
325 "maps" 325 "maps / discussions"
326 ], 326 ],
327 "parameters": [ 327 "parameters": [
328 { 328 {
@@ -360,7 +360,7 @@
360 "application/json" 360 "application/json"
361 ], 361 ],
362 "tags": [ 362 "tags": [
363 "maps" 363 "maps / discussions"
364 ], 364 ],
365 "parameters": [ 365 "parameters": [
366 { 366 {
@@ -416,7 +416,7 @@
416 "application/json" 416 "application/json"
417 ], 417 ],
418 "tags": [ 418 "tags": [
419 "maps" 419 "maps / discussions"
420 ], 420 ],
421 "parameters": [ 421 "parameters": [
422 { 422 {
@@ -461,7 +461,7 @@
461 "application/json" 461 "application/json"
462 ], 462 ],
463 "tags": [ 463 "tags": [
464 "maps" 464 "maps / discussions"
465 ], 465 ],
466 "parameters": [ 466 "parameters": [
467 { 467 {
@@ -522,7 +522,7 @@
522 "application/json" 522 "application/json"
523 ], 523 ],
524 "tags": [ 524 "tags": [
525 "maps" 525 "maps / discussions"
526 ], 526 ],
527 "parameters": [ 527 "parameters": [
528 { 528 {
@@ -578,12 +578,12 @@
578 } 578 }
579 }, 579 },
580 "delete": { 580 "delete": {
581 "description": "Delete map summary with specified map id.", 581 "description": "Delete map discussion with specified map id.",
582 "produces": [ 582 "produces": [
583 "application/json" 583 "application/json"
584 ], 584 ],
585 "tags": [ 585 "tags": [
586 "maps" 586 "maps / discussions"
587 ], 587 ],
588 "parameters": [ 588 "parameters": [
589 { 589 {
@@ -625,7 +625,7 @@
625 "application/json" 625 "application/json"
626 ], 626 ],
627 "tags": [ 627 "tags": [
628 "maps" 628 "maps / summary"
629 ], 629 ],
630 "parameters": [ 630 "parameters": [
631 { 631 {
@@ -681,7 +681,7 @@
681 "application/json" 681 "application/json"
682 ], 682 ],
683 "tags": [ 683 "tags": [
684 "maps" 684 "maps / leaderboards"
685 ], 685 ],
686 "parameters": [ 686 "parameters": [
687 { 687 {
@@ -736,7 +736,7 @@
736 "application/json" 736 "application/json"
737 ], 737 ],
738 "tags": [ 738 "tags": [
739 "maps" 739 "maps / leaderboards"
740 ], 740 ],
741 "parameters": [ 741 "parameters": [
742 { 742 {
@@ -808,7 +808,7 @@
808 "application/json" 808 "application/json"
809 ], 809 ],
810 "tags": [ 810 "tags": [
811 "maps" 811 "maps / leaderboards"
812 ], 812 ],
813 "parameters": [ 813 "parameters": [
814 { 814 {
@@ -850,7 +850,7 @@
850 "application/json" 850 "application/json"
851 ], 851 ],
852 "tags": [ 852 "tags": [
853 "maps" 853 "maps / summary"
854 ], 854 ],
855 "parameters": [ 855 "parameters": [
856 { 856 {
@@ -888,7 +888,7 @@
888 "application/json" 888 "application/json"
889 ], 889 ],
890 "tags": [ 890 "tags": [
891 "maps" 891 "maps / summary"
892 ], 892 ],
893 "parameters": [ 893 "parameters": [
894 { 894 {
@@ -942,7 +942,7 @@
942 "application/json" 942 "application/json"
943 ], 943 ],
944 "tags": [ 944 "tags": [
945 "maps" 945 "maps / summary"
946 ], 946 ],
947 "parameters": [ 947 "parameters": [
948 { 948 {
@@ -996,7 +996,7 @@
996 "application/json" 996 "application/json"
997 ], 997 ],
998 "tags": [ 998 "tags": [
999 "maps" 999 "maps / summary"
1000 ], 1000 ],
1001 "parameters": [ 1001 "parameters": [
1002 { 1002 {
@@ -1549,6 +1549,10 @@
1549 "content": { 1549 "content": {
1550 "type": "string" 1550 "type": "string"
1551 }, 1551 },
1552 "created_at": {
1553 "description": "Upvotes int `json:\"upvotes\"`",
1554 "type": "string"
1555 },
1552 "creator": { 1556 "creator": {
1553 "$ref": "#/definitions/models.UserShortWithAvatar" 1557 "$ref": "#/definitions/models.UserShortWithAvatar"
1554 }, 1558 },
@@ -1559,7 +1563,6 @@
1559 "type": "string" 1563 "type": "string"
1560 }, 1564 },
1561 "updated_at": { 1565 "updated_at": {
1562 "description": "Upvotes int `json:\"upvotes\"`",
1563 "type": "string" 1566 "type": "string"
1564 } 1567 }
1565 } 1568 }