update docs and web

This commit is contained in:
nikk gitanes
2024-04-10 00:08:09 +03:00
parent 2a3b1d942e
commit 2f505275e7
7 changed files with 67 additions and 35 deletions

View File

@@ -510,6 +510,12 @@
"name": "title",
"in": "formData"
},
{
"type": "string",
"description": "Torrent category",
"name": "category",
"in": "formData"
},
{
"type": "string",
"description": "Torrent poster",
@@ -631,6 +637,9 @@
"action": {
"type": "string"
},
"category": {
"type": "string"
},
"data": {
"type": "string"
},
@@ -958,6 +967,9 @@
"bytes_written_data": {
"type": "integer"
},
"category": {
"type": "string"
},
"chunks_read": {
"type": "integer"
},