aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-03 19:52:42 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-03 19:52:42 +0300
commit4a5a3f13a7b644decb804bc1e1507dda14477205 (patch)
tree8b5afdfb2d2dea6814809893092ac4b6f40b8c78 /docs/docs.go
parentfix: sql typo record controller (diff)
downloadlphub-4a5a3f13a7b644decb804bc1e1507dda14477205.tar.gz
lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.tar.bz2
lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.zip
docs: add missing field to post record
Former-commit-id: 73726de788daf38a82d9663ab2d8f0544b76c3e3
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 41acab3..bb14382 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -338,6 +338,13 @@ const docTemplate = `{
338 "summary": "Post record with demo of a specific map.", 338 "summary": "Post record with demo of a specific map.",
339 "parameters": [ 339 "parameters": [
340 { 340 {
341 "type": "integer",
342 "description": "Map ID",
343 "name": "id",
344 "in": "path",
345 "required": true
346 },
347 {
341 "type": "string", 348 "type": "string",
342 "description": "JWT Token", 349 "description": "JWT Token",
343 "name": "Authorization", 350 "name": "Authorization",