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.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
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?