diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-29 11:57:53 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-29 11:57:53 +0300 |
| commit | 85c6da965ec401dabb162df09160b4ce9dc28413 (patch) | |
| tree | bc62d79f948d8264b1a95c9d360883f5e8d7fc83 /docs/swagger.json | |
| parent | fix: auth sql typo (diff) | |
| download | lphub-85c6da965ec401dabb162df09160b4ce9dc28413.tar.gz lphub-85c6da965ec401dabb162df09160b4ce9dc28413.tar.bz2 lphub-85c6da965ec401dabb162df09160b4ce9dc28413.zip | |
feat: route id in map summary, update docs
Former-commit-id: f8db004d2c17f09f665e51ec4e730418248bfd07
Diffstat (limited to 'docs/swagger.json')
| -rw-r--r-- | docs/swagger.json | 9 |
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": { |