aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.yaml
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.yaml
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 'docs/swagger.yaml')
-rw-r--r--docs/swagger.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index c134197..16e5eab 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -106,7 +106,7 @@ paths:
106 - application/json 106 - application/json
107 parameters: 107 parameters:
108 - description: Demo UUID 108 - description: Demo UUID
109 in: path 109 in: query
110 name: uuid 110 name: uuid
111 required: true 111 required: true
112 type: integer 112 type: integer