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.yaml | |
| 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.yaml')
| -rw-r--r-- | docs/swagger.yaml | 2 |
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 |