diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-03 19:40:43 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-03 19:40:43 +0300 |
| commit | 57ef0fc54af49052539306c35501a893f24eca18 (patch) | |
| tree | 3e5bb6f4cd2bb0e1f2e21445842297e937ff9fd1 /backend/controllers/recordController.go | |
| parent | docs: add github sponsorship button (diff) | |
| download | lphub-57ef0fc54af49052539306c35501a893f24eca18.tar.gz lphub-57ef0fc54af49052539306c35501a893f24eca18.tar.bz2 lphub-57ef0fc54af49052539306c35501a893f24eca18.zip | |
docs: update swagger
Former-commit-id: d55150a028f67d5dc8668e2b2384d13511339b46
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 |