mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
remove not_auth from swagger docs
This commit is contained in:
@@ -475,13 +475,6 @@ const docTemplate = `{
|
||||
"name": "poster",
|
||||
"in": "query",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Stream / playlist without authentication",
|
||||
"name": "not_auth",
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
@@ -468,13 +468,6 @@
|
||||
"name": "poster",
|
||||
"in": "query",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Stream / playlist without authentication",
|
||||
"name": "not_auth",
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
@@ -606,11 +606,6 @@ paths:
|
||||
name: poster
|
||||
required: true
|
||||
type: string
|
||||
- description: Stream / playlist without authentication
|
||||
in: query
|
||||
name: poster
|
||||
required: true
|
||||
type: string
|
||||
produces:
|
||||
- application/octet-stream
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user