|
|
@ -639,20 +639,20 @@
|
|
|
|
"type": "boolean",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
"default": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "tags",
|
|
|
|
|
|
|
|
"in": "query",
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "string",
|
|
|
|
|
|
|
|
"default": ""
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"responses": {
|
|
|
|
"responses": {
|
|
|
|
"200": {
|
|
|
|
"200": {
|
|
|
|
"description": "Success",
|
|
|
|
"description": "Success",
|
|
|
|
"content": {
|
|
|
|
"content": {
|
|
|
|
"text/plain": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/MovieResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
"application/json": {
|
|
|
|
"schema": {
|
|
|
|
"schema": {
|
|
|
|
"type": "array",
|
|
|
|
"type": "array",
|
|
|
@ -660,14 +660,6 @@
|
|
|
|
"$ref": "#/components/schemas/MovieResource"
|
|
|
|
"$ref": "#/components/schemas/MovieResource"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"text/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/MovieResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|