diff options
-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 |