From 7837a7316c3c137d3f801bc467e292334636a37e Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Thu, 22 Feb 2024 05:49:46 +0300 Subject: [PATCH] update docs --- server/docs/docs.go | 6 +++--- server/docs/swagger.json | 6 +++--- server/docs/swagger.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/server/docs/docs.go b/server/docs/docs.go index b2c4f5b..d131ef5 100644 --- a/server/docs/docs.go +++ b/server/docs/docs.go @@ -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 diff --git a/server/docs/swagger.json b/server/docs/swagger.json index 52ef964..5a6db5f 100644 --- a/server/docs/swagger.json +++ b/server/docs/swagger.json @@ -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 diff --git a/server/docs/swagger.yaml b/server/docs/swagger.yaml index fe094f3..09de818 100644 --- a/server/docs/swagger.yaml +++ b/server/docs/swagger.yaml @@ -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