diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/swagger.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 9d58620..4291cfc 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -480,6 +480,12 @@ paths: | |||
| 480 | name: id | 480 | name: id |
| 481 | required: true | 481 | required: true |
| 482 | type: integer | 482 | type: integer |
| 483 | - description: Body | ||
| 484 | in: body | ||
| 485 | name: request | ||
| 486 | required: true | ||
| 487 | schema: | ||
| 488 | $ref: '#/definitions/models.EditMapSummaryRequest' | ||
| 483 | produces: | 489 | produces: |
| 484 | - application/json | 490 | - application/json |
| 485 | responses: | 491 | responses: |