aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/swagger.json')
-rw-r--r--docs/swagger.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
index 3ec06b6..3530d2c 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -331,6 +331,13 @@
331 "summary": "Post record with demo of a specific map.", 331 "summary": "Post record with demo of a specific map.",
332 "parameters": [ 332 "parameters": [
333 { 333 {
334 "type": "integer",
335 "description": "Map ID",
336 "name": "id",
337 "in": "path",
338 "required": true
339 },
340 {
334 "type": "string", 341 "type": "string",
335 "description": "JWT Token", 342 "description": "JWT Token",
336 "name": "Authorization", 343 "name": "Authorization",