diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 16:06:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-27 16:06:24 +0200 |
commit | c215e627b575d2c4085ccb222f4ca8d0237b7552 (patch) | |
tree | 0803312cce8142934b5fcb318fc7d211f63d3a30 /support | |
parent | fd43faf2fda931cdc5ce0e6226073f10c35bbd5f (diff) | |
download | PeerTube-c215e627b575d2c4085ccb222f4ca8d0237b7552.tar.gz PeerTube-c215e627b575d2c4085ccb222f4ca8d0237b7552.tar.zst PeerTube-c215e627b575d2c4085ccb222f4ca8d0237b7552.zip |
Fix openapi doc for resumable upload
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 74910c313..0762e590a 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1926,7 +1926,7 @@ paths: | |||
1926 | - Video Upload | 1926 | - Video Upload |
1927 | parameters: | 1927 | parameters: |
1928 | - name: upload_id | 1928 | - name: upload_id |
1929 | in: path | 1929 | in: query |
1930 | required: true | 1930 | required: true |
1931 | description: | | 1931 | description: | |
1932 | Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is | 1932 | Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is |
@@ -2003,7 +2003,7 @@ paths: | |||
2003 | - Video Upload | 2003 | - Video Upload |
2004 | parameters: | 2004 | parameters: |
2005 | - name: upload_id | 2005 | - name: upload_id |
2006 | in: path | 2006 | in: query |
2007 | required: true | 2007 | required: true |
2008 | description: | | 2008 | description: | |
2009 | Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is | 2009 | Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is |