parent
30b40713f4
commit
5844dde3b8
|
@ -707,7 +707,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/VideoImport'
|
$ref: '#/components/schemas/VideoImportsList'
|
||||||
/users/me/video-quota-used:
|
/users/me/video-quota-used:
|
||||||
get:
|
get:
|
||||||
summary: Get my user used quota
|
summary: Get my user used quota
|
||||||
|
@ -4727,6 +4727,16 @@ components:
|
||||||
format: date-time
|
format: date-time
|
||||||
video:
|
video:
|
||||||
$ref: '#/components/schemas/Video'
|
$ref: '#/components/schemas/Video'
|
||||||
|
VideoImportsList:
|
||||||
|
properties:
|
||||||
|
total:
|
||||||
|
type: integer
|
||||||
|
example: 1
|
||||||
|
data:
|
||||||
|
type: array
|
||||||
|
maxItems: 100
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/VideoImport'
|
||||||
Abuse:
|
Abuse:
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
|
|
Loading…
Reference in New Issue