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/swagger.json | |
| 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/swagger.json')
| -rw-r--r-- | docs/swagger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/swagger.json b/docs/swagger.json index 9ed27d5..abdd6a8 100644 --- a/docs/swagger.json +++ b/docs/swagger.json | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | "type": "integer", | 30 | "type": "integer", |
| 31 | "description": "Demo UUID", | 31 | "description": "Demo UUID", |
| 32 | "name": "uuid", | 32 | "name": "uuid", |
| 33 | "in": "path", | 33 | "in": "query", |
| 34 | "required": true | 34 | "required": true |
| 35 | } | 35 | } |
| 36 | ], | 36 | ], |