mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Automated API Docs update
This commit is contained in:
parent
66c1af0555
commit
d730161800
1 changed files with 10 additions and 0 deletions
|
|
@ -589,6 +589,16 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"Collection"
|
"Collection"
|
||||||
],
|
],
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "tmdbId",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Success",
|
"description": "Success",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue