diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-03 19:52:42 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-03 19:52:42 +0300 |
| commit | 4a5a3f13a7b644decb804bc1e1507dda14477205 (patch) | |
| tree | 8b5afdfb2d2dea6814809893092ac4b6f40b8c78 /backend | |
| parent | fix: sql typo record controller (diff) | |
| download | lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.tar.gz lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.tar.bz2 lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.zip | |
docs: add missing field to post record
Former-commit-id: 73726de788daf38a82d9663ab2d8f0544b76c3e3
Diffstat (limited to '')
| -rw-r--r-- | backend/controllers/recordController.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/controllers/recordController.go b/backend/controllers/recordController.go index 101f0e4..6751afc 100644 --- a/backend/controllers/recordController.go +++ b/backend/controllers/recordController.go | |||
| @@ -25,6 +25,7 @@ import ( | |||
| 25 | // @Tags maps | 25 | // @Tags maps |
| 26 | // @Accept mpfd | 26 | // @Accept mpfd |
| 27 | // @Produce json | 27 | // @Produce json |
| 28 | // @Param id path int true "Map ID" | ||
| 28 | // @Param Authorization header string true "JWT Token" | 29 | // @Param Authorization header string true "JWT Token" |
| 29 | // @Param host_demo formData file true "Host Demo" | 30 | // @Param host_demo formData file true "Host Demo" |
| 30 | // @Param partner_demo formData file false "Partner Demo" | 31 | // @Param partner_demo formData file false "Partner Demo" |