1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-15 21:05:48 -04:00

Automated API Docs update

This commit is contained in:
Servarr
2022-04-23 19:09:46 +00:00
committed by Robin Dadswell
parent 6a03eddda9
commit b643d2e23d

View File

@@ -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