A project and resource both exist, and I am trying to create translations for languages.
I am using the URL: https://www.transifex.com/api/2/project/example-project-name/resource/example-resource-name/translation/fr_FR/strings/
I am creating a PUT request, with the payload:
[ { "key": "example-key.example-key", "context": "", "source_string": "Foo", "translation": "Bar" } ]
The key matches the source string in the transifex dashboard. The API user being used for the request is the project maintainer, so should have rights to do this action.
The response is a 200 response and has the content “OK”, so no errors are being reported, yet the translations are NOT added.