diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-24 14:41:27 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-24 14:41:27 +0300 |
| commit | 64e42226f73f2bd62cfc9881a5803f125c3e1032 (patch) | |
| tree | f99ee986a541332604bfa3c8cccdfc5295c82556 /docs/docs.go | |
| parent | doc: added tags (diff) | |
| download | lphub-64e42226f73f2bd62cfc9881a5803f125c3e1032.tar.gz lphub-64e42226f73f2bd62cfc9881a5803f125c3e1032.tar.bz2 lphub-64e42226f73f2bd62cfc9881a5803f125c3e1032.zip | |
doc: fix demo download uuid from path to query
Diffstat (limited to 'docs/docs.go')
| -rw-r--r-- | docs/docs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.go b/docs/docs.go index f37cda2..b708f2b 100644 --- a/docs/docs.go +++ b/docs/docs.go | |||
| @@ -37,7 +37,7 @@ const docTemplate = `{ | |||
| 37 | "type": "integer", | 37 | "type": "integer", |
| 38 | "description": "Demo UUID", | 38 | "description": "Demo UUID", |
| 39 | "name": "uuid", | 39 | "name": "uuid", |
| 40 | "in": "path", | 40 | "in": "query", |
| 41 | "required": true | 41 | "required": true |
| 42 | } | 42 | } |
| 43 | ], | 43 | ], |