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
Copy file name to clipboardExpand all lines: docs/JobCreateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**tags** | **List[str]** | tags of keys that should be included within the job | [optional]
13
13
**translation_key_ids** | **List[str]** | ids of keys that should be included within the job | [optional]
14
14
**job_template_id** | **str** | id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes. | [optional]
15
+
**autotranslate** | **bool** | Automatically translate the job using machine translation. | [optional]
15
16
16
17
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/JobTemplateCreateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
**branch** | **str** | specify the branch to use | [optional]
7
7
**name** | **str** | Job template name |
8
8
**briefing** | **str** | Briefing for the translators | [optional]
9
+
**autotranslate** | **bool** | Automatically translate the job using machine translation. | [optional]
9
10
10
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/JobTemplateUpdateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
**branch** | **str** | specify the branch to use | [optional]
7
7
**name** | **str** | Job template name |
8
8
**briefing** | **str** | Briefing for the translators | [optional]
9
+
**autotranslate** | **bool** | Automatically translate the job using machine translation. | [optional]
9
10
10
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/JobUpdateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**briefing** | **str** | Briefing for the translators | [optional]
9
9
**due_date** | **datetime** | Date the job should be finished | [optional]
10
10
**ticket_url** | **str** | URL to a ticket for this job (e.g. Jira, Trello) | [optional]
11
+
**autotranslate** | **bool** | Automatically translate the job using machine translation | [optional]
11
12
12
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**briefing** | **str** | Briefing for the translators | [optional]
8
+
**autotranslate** | **bool** | Automatically translate the job using machine translation. | [optional]
8
9
9
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**briefing** | **str** | Briefing for the translators | [optional]
8
+
**autotranslate** | **bool** | Automatically translate the job using machine translation. | [optional]
8
9
9
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ProjectCreateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
**autotranslate_mark_as_unverified** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
27
27
**autotranslate_use_machine_translation** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
28
28
**autotranslate_use_translation_memory** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
29
+
**autotranslate_overwrite_unverified_translations** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
29
30
**placeholder_styles** | **List[str]** | (Optional) List of placeholder styles enabled for the project. | [optional]
30
31
31
32
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ProjectUpdateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
**autotranslate_mark_as_unverified** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
26
26
**autotranslate_use_machine_translation** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
27
27
**autotranslate_use_translation_memory** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
28
+
**autotranslate_overwrite_unverified_translations** | **bool** | (Optional) Requires autotranslate_enabled to be true | [optional]
28
29
**default_encoding** | **str** | (Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still override this value by setting the [`file_encoding`](/en/api/strings/uploads/upload-a-new-file) parameter for Uploads. | [optional]
29
30
**placeholder_styles** | **List[str]** | (Optional) List of placeholder styles enabled for the project. | [optional]
0 commit comments