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"
},
"titleSlug": {
"type": "integer"
"type": "string"
},
"certification": {
"type": "string"
@ -3470,7 +3470,7 @@
"type": "integer"
},
"value": {
"type": "integer"
"type": "number"
}
},
"xml": {

Loading…
Cancel
Save