最近の検索
最近の検索はありません
Using Zendesk Translation API, how do I PUT a translation in draft mode without unpublishing the already published translation?
投稿日時:2024年9月16日
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件のコメント
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