mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
update msx doc
This commit is contained in:
@@ -141,32 +141,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/msx": {
|
||||
"get": {
|
||||
"description": "Multi usage endpoint.",
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"MSX"
|
||||
],
|
||||
"summary": "Multi usage endpoint",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Magnet/hash/link to torrent",
|
||||
"name": "link",
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Data returned according to query"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/msx/imdb": {
|
||||
"get": {
|
||||
"description": "Get MSX IMDB informations.",
|
||||
@@ -184,7 +158,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/msx/imdb/:id": {
|
||||
"/msx/imdb/{id}": {
|
||||
"get": {
|
||||
"description": "Get MSX IMDB informations.",
|
||||
"produces": [
|
||||
@@ -210,6 +184,32 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/msx/{pth}": {
|
||||
"get": {
|
||||
"description": "Multi usage endpoint.",
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"MSX"
|
||||
],
|
||||
"summary": "Multi usage endpoint",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Route MSX pages",
|
||||
"name": "link",
|
||||
"in": "path",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Data returned according to path"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/play/{hash}/{id}": {
|
||||
"get": {
|
||||
"description": "Play given torrent referenced by hash.",
|
||||
|
||||
Reference in New Issue
Block a user