update docs

This commit is contained in:
nikk gitanes
2024-02-22 05:49:46 +03:00
parent 4331512527
commit 7837a7316c
3 changed files with 9 additions and 9 deletions

View File

@@ -458,7 +458,7 @@ const docTemplate = `{
},
{
"type": "string",
"description": "Get m3u from last play",
"description": "Get M3U from last played file",
"name": "fromlast",
"in": "query"
},
@@ -477,14 +477,14 @@ const docTemplate = `{
},
{
"type": "string",
"description": "File index in torrent",
"description": "Set poster link of torrent",
"name": "poster",
"in": "query",
"required": true
},
{
"type": "string",
"description": "Set poster link of torrent",
"description": "Stream / playlist without authentication",
"name": "not_auth",
"in": "query",
"required": true

View File

@@ -451,7 +451,7 @@
},
{
"type": "string",
"description": "Get m3u from last play",
"description": "Get M3U from last played file",
"name": "fromlast",
"in": "query"
},
@@ -470,14 +470,14 @@
},
{
"type": "string",
"description": "File index in torrent",
"description": "Set poster link of torrent",
"name": "poster",
"in": "query",
"required": true
},
{
"type": "string",
"description": "Set poster link of torrent",
"description": "Stream / playlist without authentication",
"name": "not_auth",
"in": "query",
"required": true

View File

@@ -592,7 +592,7 @@ paths:
in: query
name: m3u
type: string
- description: Get m3u from last play
- description: Get M3U from last played file
in: query
name: fromlast
type: string
@@ -605,12 +605,12 @@ paths:
name: title
required: true
type: string
- description: File index in torrent
- description: Set poster link of torrent
in: query
name: poster
required: true
type: string
- description: Set poster link of torrent
- description: Stream / playlist without authentication
in: query
name: not_auth
required: true