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/docs.go | |
| 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/docs.go')
| -rw-r--r-- | docs/docs.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs.go b/docs/docs.go index 090d3e8..91f91ef 100644 --- a/docs/docs.go +++ b/docs/docs.go | |||
| @@ -467,6 +467,15 @@ const docTemplate = `{ | |||
| 467 | "name": "id", | 467 | "name": "id", |
| 468 | "in": "path", | 468 | "in": "path", |
| 469 | "required": true | 469 | "required": true |
| 470 | }, | ||
| 471 | { | ||
| 472 | "description": "Body", | ||
| 473 | "name": "request", | ||
| 474 | "in": "body", | ||
| 475 | "required": true, | ||
| 476 | "schema": { | ||
| 477 | "$ref": "#/definitions/models.EditMapSummaryRequest" | ||
| 478 | } | ||
| 470 | } | 479 | } |
| 471 | ], | 480 | ], |
| 472 | "responses": { | 481 | "responses": { |