Fix openapi doc for resumable upload
This commit is contained in:
parent
fd43faf2fd
commit
c215e627b5
|
@ -1926,7 +1926,7 @@ paths:
|
||||||
- Video Upload
|
- Video Upload
|
||||||
parameters:
|
parameters:
|
||||||
- name: upload_id
|
- name: upload_id
|
||||||
in: path
|
in: query
|
||||||
required: true
|
required: true
|
||||||
description: |
|
description: |
|
||||||
Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is
|
Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is
|
||||||
|
@ -2003,7 +2003,7 @@ paths:
|
||||||
- Video Upload
|
- Video Upload
|
||||||
parameters:
|
parameters:
|
||||||
- name: upload_id
|
- name: upload_id
|
||||||
in: path
|
in: query
|
||||||
required: true
|
required: true
|
||||||
description: |
|
description: |
|
||||||
Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is
|
Created session id to proceed with. If you didn't send chunks in the last 12 hours, it is
|
||||||
|
|
Loading…
Reference in New Issue