lanej / zendesk2

Zendesk API V2 client using Cistern
http://lanej.io/zendesk2/
MIT License
25 stars 28 forks source link

Fix not being able to create help center translations #71

Open peterdk opened 3 years ago

peterdk commented 3 years ago

I have been experimenting with this gem, and I couldn't actually create translations for help center items. I got a 404/400 error. I checked the official zendesk api docs and the error file, and it turns out that the locale.json part of the create url is not needed. With this changed I can create translations, which is very cool. Thanks for this gem, really useful!