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

This commit is contained in:
woiza 2021-01-26 03:31:11 +01:00 committed by GitHub
parent 986f8d43c0
commit aa00959010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {