|
|
|
@ -1053,7 +1053,7 @@ components:
|
|
|
|
|
status:
|
|
|
|
|
type: number
|
|
|
|
|
example: 0
|
|
|
|
|
description: Availability of the media. 1 = `UNKNOWN`, 2 = `PENDING`, 3 = `PROCESSING`, 4 = `PARTIALLY_AVAILABLE`, 5 = `AVAILABLE`
|
|
|
|
|
description: Availability of the media. 1 = `UNKNOWN`, 2 = `PENDING`, 3 = `PROCESSING`, 4 = `PARTIALLY_AVAILABLE`, 5 = `AVAILABLE`, 6 = `DELETED`
|
|
|
|
|
requests:
|
|
|
|
|
type: array
|
|
|
|
|
readOnly: true
|
|
|
|
@ -4955,6 +4955,7 @@ paths:
|
|
|
|
|
processing,
|
|
|
|
|
unavailable,
|
|
|
|
|
failed,
|
|
|
|
|
deleted,
|
|
|
|
|
]
|
|
|
|
|
- in: query
|
|
|
|
|
name: sort
|
|
|
|
@ -5694,7 +5695,16 @@ paths:
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
nullable: true
|
|
|
|
|
enum: [all, available, partial, allavailable, processing, pending]
|
|
|
|
|
enum:
|
|
|
|
|
[
|
|
|
|
|
all,
|
|
|
|
|
available,
|
|
|
|
|
partial,
|
|
|
|
|
allavailable,
|
|
|
|
|
processing,
|
|
|
|
|
pending,
|
|
|
|
|
deleted,
|
|
|
|
|
]
|
|
|
|
|
- in: query
|
|
|
|
|
name: sort
|
|
|
|
|
schema:
|
|
|
|
@ -5753,7 +5763,7 @@ paths:
|
|
|
|
|
example: available
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
enum: [available, partial, processing, pending, unknown]
|
|
|
|
|
enum: [available, partial, processing, pending, unknown, deleted]
|
|
|
|
|
requestBody:
|
|
|
|
|
content:
|
|
|
|
|
application/json:
|
|
|
|
|