mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 04:23:55 +02: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",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "movieMetadataId",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
|
|
@ -734,6 +742,14 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "movieMetadataId",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
|
|
@ -8159,7 +8175,7 @@
|
||||||
"sourceType": {
|
"sourceType": {
|
||||||
"$ref": "#/components/schemas/SourceType"
|
"$ref": "#/components/schemas/SourceType"
|
||||||
},
|
},
|
||||||
"movieId": {
|
"movieMetadataId": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
|
@ -8542,7 +8558,7 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"movieId": {
|
"movieMetadataId": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
|
@ -10461,6 +10477,10 @@
|
||||||
},
|
},
|
||||||
"collection": {
|
"collection": {
|
||||||
"$ref": "#/components/schemas/MovieCollection"
|
"$ref": "#/components/schemas/MovieCollection"
|
||||||
|
},
|
||||||
|
"popularity": {
|
||||||
|
"type": "number",
|
||||||
|
"format": "float"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue