mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
update docs
This commit is contained in:
@@ -458,7 +458,7 @@ const docTemplate = `{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Get m3u from last play",
|
"description": "Get M3U from last played file",
|
||||||
"name": "fromlast",
|
"name": "fromlast",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
},
|
},
|
||||||
@@ -477,14 +477,14 @@ const docTemplate = `{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "File index in torrent",
|
"description": "Set poster link of torrent",
|
||||||
"name": "poster",
|
"name": "poster",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Set poster link of torrent",
|
"description": "Stream / playlist without authentication",
|
||||||
"name": "not_auth",
|
"name": "not_auth",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -451,7 +451,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Get m3u from last play",
|
"description": "Get M3U from last played file",
|
||||||
"name": "fromlast",
|
"name": "fromlast",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
},
|
},
|
||||||
@@ -470,14 +470,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "File index in torrent",
|
"description": "Set poster link of torrent",
|
||||||
"name": "poster",
|
"name": "poster",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Set poster link of torrent",
|
"description": "Stream / playlist without authentication",
|
||||||
"name": "not_auth",
|
"name": "not_auth",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -592,7 +592,7 @@ paths:
|
|||||||
in: query
|
in: query
|
||||||
name: m3u
|
name: m3u
|
||||||
type: string
|
type: string
|
||||||
- description: Get m3u from last play
|
- description: Get M3U from last played file
|
||||||
in: query
|
in: query
|
||||||
name: fromlast
|
name: fromlast
|
||||||
type: string
|
type: string
|
||||||
@@ -605,12 +605,12 @@ paths:
|
|||||||
name: title
|
name: title
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
- description: File index in torrent
|
- description: Set poster link of torrent
|
||||||
in: query
|
in: query
|
||||||
name: poster
|
name: poster
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
- description: Set poster link of torrent
|
- description: Stream / playlist without authentication
|
||||||
in: query
|
in: query
|
||||||
name: not_auth
|
name: not_auth
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user