|
|
@ -2500,6 +2500,39 @@
|
|
|
|
"schema": {
|
|
|
|
"schema": {
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "movieIds",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "languages",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "quality",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"responses": {
|
|
|
|
"responses": {
|
|
|
@ -2550,14 +2583,6 @@
|
|
|
|
"200": {
|
|
|
|
"200": {
|
|
|
|
"description": "Success",
|
|
|
|
"description": "Success",
|
|
|
|
"content": {
|
|
|
|
"content": {
|
|
|
|
"text/plain": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
"application/json": {
|
|
|
|
"schema": {
|
|
|
|
"schema": {
|
|
|
|
"type": "array",
|
|
|
|
"type": "array",
|
|
|
@ -2565,14 +2590,6 @@
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"text/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -2613,14 +2630,6 @@
|
|
|
|
"200": {
|
|
|
|
"200": {
|
|
|
|
"description": "Success",
|
|
|
|
"description": "Success",
|
|
|
|
"content": {
|
|
|
|
"content": {
|
|
|
|
"text/plain": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
"application/json": {
|
|
|
|
"schema": {
|
|
|
|
"schema": {
|
|
|
|
"type": "array",
|
|
|
|
"type": "array",
|
|
|
@ -2628,14 +2637,6 @@
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"text/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/HistoryResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -6746,6 +6747,43 @@
|
|
|
|
"type": "boolean",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
"default": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "movieIds",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "protocol",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/DownloadProtocol"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "languages",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "quality",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"responses": {
|
|
|
|
"responses": {
|
|
|
|