You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,6 +52,7 @@ with phrasetms_client.ApiClient(configuration) as api_client:
52
52
```
53
53
54
54
55
+
55
56
### Parameters
56
57
57
58
Name | Type | Description | Notes
@@ -127,6 +128,7 @@ with phrasetms_client.ApiClient(configuration) as api_client:
127
128
```
128
129
129
130
131
+
130
132
### Parameters
131
133
132
134
Name | Type | Description | Notes
@@ -171,6 +173,8 @@ No authorization required
171
173
172
174
Download bilingual file
173
175
176
+
This API call generates a bilingual file in the chosen format by merging all submitted jobs together. Note that all submitted jobs must belong to the same project; it's not feasible to merge jobs from multiple projects. When dealing with MXLIFF or DOCX files, modifications made externally can be imported back into the Phrase TMS project. Any changes will be synchronized into the editor, allowing actions like confirming or locking segments. Unlike the user interface (UI), the APIs also support XLIFF as a bilingual format, intended primarily for export purposes. However, TMX and XLIFF files cannot be imported back into the project to reflect external changes. While MXLIFF files are editable using various means, their primary intended use is with the [CAT Desktop Editor](https://support.phrase.com/hc/en-us/articles/5709683873052-CAT-Desktop-Editor-TMS-). It's crucial to note that alterations to the file incompatible with the CAT Desktop Editor's features may result in a corrupted file, leading to potential loss or duplication of work.
177
+
174
178
### Example
175
179
176
180
```python
@@ -205,6 +209,7 @@ with phrasetms_client.ApiClient(configuration) as api_client:
205
209
```
206
210
207
211
212
+
208
213
### Parameters
209
214
210
215
Name | Type | Description | Notes
@@ -282,6 +287,7 @@ with phrasetms_client.ApiClient(configuration) as api_client:
282
287
```
283
288
284
289
290
+
285
291
### Parameters
286
292
287
293
Name | Type | Description | Notes
@@ -319,20 +325,21 @@ No authorization required
319
325
320
326
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments