Recent searches
No recent searches
Using Zendesk Translation API, how do I PUT a translation in draft mode without unpublishing the already published translation?
Posted Sep 16, 2024
I'm using the Translation API and would like to PUT a new translation in draft=true. There's an existing translation that is published (draft=false). I would like to have a later draft version and keep the existing older, translation published. Is this possible? What's happening is whenever I PUT a translation with draft=true, it unpublishes the existing translation. Thanks.
0
1
1 comment
Tipene Hughes
PUT requests are used to update an existing translation. You'll likely want to be sending a POST request which will create a new translation, while leaving the original intact. Can you give this a try and let me know how you go?
0