mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-21 16:03:59 +01:00
Automated API Docs update
This commit is contained in:
parent
60f8778305
commit
60f48e3a94
1 changed files with 22 additions and 3 deletions
|
|
@ -2753,6 +2753,14 @@
|
|||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "doubanid",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "season",
|
||||
"in": "query",
|
||||
|
|
@ -2967,6 +2975,14 @@
|
|||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "doubanid",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "season",
|
||||
"in": "query",
|
||||
|
|
@ -5772,7 +5788,8 @@
|
|||
"imdbTitle",
|
||||
"imdbYear",
|
||||
"traktId",
|
||||
"genre"
|
||||
"genre",
|
||||
"doubanId"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -5783,7 +5800,8 @@
|
|||
"artist",
|
||||
"label",
|
||||
"year",
|
||||
"genre"
|
||||
"genre",
|
||||
"track"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -6231,7 +6249,8 @@
|
|||
"rId",
|
||||
"tvMazeId",
|
||||
"traktId",
|
||||
"tmdbId"
|
||||
"tmdbId",
|
||||
"doubanId"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue