aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-04-24 14:41:27 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-04-24 14:41:27 +0300
commit64e42226f73f2bd62cfc9881a5803f125c3e1032 (patch)
treef99ee986a541332604bfa3c8cccdfc5295c82556 /docs/swagger.json
parentdoc: added tags (diff)
downloadlphub-64e42226f73f2bd62cfc9881a5803f125c3e1032.tar.gz
lphub-64e42226f73f2bd62cfc9881a5803f125c3e1032.tar.bz2
lphub-64e42226f73f2bd62cfc9881a5803f125c3e1032.zip
doc: fix demo download uuid from path to query
Diffstat (limited to '')
-rw-r--r--docs/swagger.json2
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 ],