mirror of
https://github.com/Radarr/Radarr
synced 2025-12-17 22:06:17 +01:00
Automated API Docs update
This commit is contained in:
parent
6a03eddda9
commit
b643d2e23d
1 changed files with 22 additions and 2 deletions
|
|
@ -40,6 +40,14 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "movieMetadataId",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
@ -734,6 +742,14 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "movieMetadataId",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
@ -8159,7 +8175,7 @@
|
|||
"sourceType": {
|
||||
"$ref": "#/components/schemas/SourceType"
|
||||
},
|
||||
"movieId": {
|
||||
"movieMetadataId": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
|
|
@ -8542,7 +8558,7 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"movieId": {
|
||||
"movieMetadataId": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
|
|
@ -10461,6 +10477,10 @@
|
|||
},
|
||||
"collection": {
|
||||
"$ref": "#/components/schemas/MovieCollection"
|
||||
},
|
||||
"popularity": {
|
||||
"type": "number",
|
||||
"format": "float"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Reference in a new issue