Response does not match schema
complete
s
sdfoilsijdflkj
The schema of the 200 response of https://api.simplelocalize.io/openapi/swagger-ui/index.html#/Translations/updateTranslationsV2Bulk is
{
"msg": "OK",
"status": 200,
"data": {
"failures": [
{
"entry": {
"key": "string",
"namespace": "string",
"description": "string",
"codeDescription": "string",
"charactersLimit": 0,
"tags": [
"string"
]
},
"message": "string"
}
]
}
}
but the actual response I get is
{
"msg": "OK",
"status": 200,
"data": {
"failures": [
{
"entry": {
"key": "foo",
"language": "en",
"text": "bar",
"namespace": "baz"
},
"message": "Translation key not found"
}
]
}
}
The properties "language" and "text" do not appear in the schema.
Jakub Pomykała
complete
Thanks, it should be fixed now!