aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/swagger.json')
-rw-r--r--docs/swagger.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
index 62079b1..c6bbfbc 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -460,6 +460,15 @@
460 "name": "id", 460 "name": "id",
461 "in": "path", 461 "in": "path",
462 "required": true 462 "required": true
463 },
464 {
465 "description": "Body",
466 "name": "request",
467 "in": "body",
468 "required": true,
469 "schema": {
470 "$ref": "#/definitions/models.EditMapSummaryRequest"
471 }
463 } 472 }
464 ], 473 ],
465 "responses": { 474 "responses": {