diff options
Diffstat (limited to '')
| -rw-r--r-- | backend/controllers/recordController.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/controllers/recordController.go b/backend/controllers/recordController.go index 183ab27..9cc6da6 100644 --- a/backend/controllers/recordController.go +++ b/backend/controllers/recordController.go | |||
| @@ -27,9 +27,9 @@ import ( | |||
| 27 | // @Produce json | 27 | // @Produce json |
| 28 | // @Param Authorization header string true "JWT Token" | 28 | // @Param Authorization header string true "JWT Token" |
| 29 | // @Param host_demo formData file true "Host Demo" | 29 | // @Param host_demo formData file true "Host Demo" |
| 30 | // @Param partner_demo formData file true "Partner Demo" | 30 | // @Param partner_demo formData file false "Partner Demo" |
| 31 | // @Param is_partner_orange formData boolean true "Is Partner Orange" | 31 | // @Param is_partner_orange formData boolean false "Is Partner Orange" |
| 32 | // @Param partner_id formData string true "Partner ID" | 32 | // @Param partner_id formData string false "Partner ID" |
| 33 | // @Success 200 {object} models.Response | 33 | // @Success 200 {object} models.Response |
| 34 | // @Failure 400 {object} models.Response | 34 | // @Failure 400 {object} models.Response |
| 35 | // @Failure 401 {object} models.Response | 35 | // @Failure 401 {object} models.Response |