aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.go2
-rw-r--r--docs/swagger.json2
-rw-r--r--docs/swagger.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs.go b/docs/docs.go
index f37cda2..b708f2b 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -37,7 +37,7 @@ const docTemplate = `{
37 "type": "integer", 37 "type": "integer",
38 "description": "Demo UUID", 38 "description": "Demo UUID",
39 "name": "uuid", 39 "name": "uuid",
40 "in": "path", 40 "in": "query",
41 "required": true 41 "required": true
42 } 42 }
43 ], 43 ],
diff --git a/docs/swagger.json b/docs/swagger.json
index 9ed27d5..abdd6a8 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -30,7 +30,7 @@
30 "type": "integer", 30 "type": "integer",
31 "description": "Demo UUID", 31 "description": "Demo UUID",
32 "name": "uuid", 32 "name": "uuid",
33 "in": "path", 33 "in": "query",
34 "required": true 34 "required": true
35 } 35 }
36 ], 36 ],
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index c134197..16e5eab 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -106,7 +106,7 @@ paths:
106 - application/json 106 - application/json
107 parameters: 107 parameters:
108 - description: Demo UUID 108 - description: Demo UUID
109 in: path 109 in: query
110 name: uuid 110 name: uuid
111 required: true 111 required: true
112 type: integer 112 type: integer