This commit is contained in:
yourok
2024-04-10 23:30:11 +03:00
parent 2b0048544d
commit 0bf3be64ad
7 changed files with 50 additions and 34 deletions

View File

@@ -475,6 +475,12 @@ const docTemplate = `{
"name": "poster",
"in": "query",
"required": true
},
{
"type": "string",
"description": "Set category of torrent, used in web: movie, tv, music, other",
"name": "category",
"in": "query"
}
],
"responses": {

View File

@@ -468,6 +468,12 @@
"name": "poster",
"in": "query",
"required": true
},
{
"type": "string",
"description": "Set category of torrent, used in web: movie, tv, music, other",
"name": "category",
"in": "query"
}
],
"responses": {

View File

@@ -610,6 +610,10 @@ paths:
name: poster
required: true
type: string
- description: 'Set category of torrent, used in web: movie, tv, music, other'
in: query
name: category
type: string
produces:
- application/octet-stream
responses: