update docs and bump ver for tag

MatriX.132.2
This commit is contained in:
nikk gitanes
2024-05-12 19:17:08 +03:00
parent ae52221426
commit 32fc6927ff
4 changed files with 1 additions and 184 deletions

View File

@@ -141,75 +141,6 @@
}
}
},
"/msx/imdb": {
"get": {
"description": "Get MSX IMDB informations.",
"produces": [
"application/json"
],
"tags": [
"MSX"
],
"summary": "Get MSX IMDB informations",
"responses": {
"200": {
"description": "JSON MSX IMDB informations"
}
}
}
},
"/msx/imdb/{id}": {
"get": {
"description": "Get MSX IMDB informations.",
"produces": [
"application/json"
],
"tags": [
"MSX"
],
"summary": "Get MSX IMDB informations",
"parameters": [
{
"type": "string",
"description": "IMDB ID",
"name": "id",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "JSON MSX IMDB informations"
}
}
}
},
"/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.",