aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/recordController.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/controllers/recordController.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/controllers/recordController.go b/backend/controllers/recordController.go
index 27f39fc..3e64e14 100644
--- a/backend/controllers/recordController.go
+++ b/backend/controllers/recordController.go
@@ -23,6 +23,7 @@ import (
23// @Summary Post record with demo of a specific map. 23// @Summary Post record with demo of a specific map.
24// @Accept mpfd 24// @Accept mpfd
25// @Produce json 25// @Produce json
26// @Param Authorization header string true "JWT Token"
26// @Param demos formData []file true "Demos" 27// @Param demos formData []file true "Demos"
27// @Param score_count formData int true "Score Count" 28// @Param score_count formData int true "Score Count"
28// @Param score_time formData int true "Score Time" 29// @Param score_time formData int true "Score Time"