Fix wrong type for Movie->titleSlug and Rating->value in api docs (#5824) [skip-ci]

pull/5827/head
woiza 4 years ago committed by GitHub
parent 986f8d43c0
commit aa00959010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3383,7 +3383,7 @@
"type": "integer" "type": "integer"
}, },
"titleSlug": { "titleSlug": {
"type": "integer" "type": "string"
}, },
"certification": { "certification": {
"type": "string" "type": "string"
@ -3470,7 +3470,7 @@
"type": "integer" "type": "integer"
}, },
"value": { "value": {
"type": "integer" "type": "number"
} }
}, },
"xml": { "xml": {

Loading…
Cancel
Save