mirror of
https://github.com/Radarr/Radarr
synced 2025-12-18 14:24:50 +01:00
Fix wrong type for Movie->titleSlug and Rating->value in api docs (#5824) [skip-ci]
This commit is contained in:
parent
986f8d43c0
commit
aa00959010
1 changed files with 2 additions and 2 deletions
|
|
@ -3383,7 +3383,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"titleSlug": {
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"certification": {
|
||||
"type": "string"
|
||||
|
|
@ -3470,7 +3470,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"value": {
|
||||
"type": "integer"
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"xml": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue