Hi,
I have been trying to figure out how to upload the trados package via API for a while now.
I can manage to upload it, but even if I do, it is not dealt with as it would be if I do it via UI.
I have tried multiple types of properties to be included in the body
properties={"name":"${xtrf_file_name}","role":"reference","type":"native","language":{"languageCode":"de-DE"},"targetLanguages":["cs-CZ"]}
properties={"name":"${xtrf_file_name}","role":"reference","type":"native","language":{"languageCode":"de-DE"}}
Also tried with role "translatable", but still I ended up with not opened package.
I was also trying to use extension .zip in hope that I will be able to process the files further if the compressed file would be uzipped