Skip to content

Commit f426901

Browse files
committed
docs: Document missing project & job params
1 parent 06b780f commit f426901

5 files changed

Lines changed: 36 additions & 0 deletions

File tree

doc/compiled.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10881,6 +10881,11 @@
1088110881
"description": "id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes.",
1088210882
"type": "string",
1088310883
"example": "abcd1234cdef1234abcd1234cdef1234"
10884+
},
10885+
"autotranslate_enabled": {
10886+
"description": "Automatically translate the job using machine translation.",
10887+
"type": "boolean",
10888+
"example": true
1088410889
}
1088510890
}
1088610891
}
@@ -11144,6 +11149,11 @@
1114411149
"description": "URL to a ticket for this job (e.g. Jira, Trello)",
1114511150
"type": "string",
1114611151
"example": "https://example.atlassian.net/browse/FOO"
11152+
},
11153+
"autotranslate_enabled": {
11154+
"description": "Automatically translate the job using machine translation",
11155+
"type": "boolean",
11156+
"example": true
1114711157
}
1114811158
}
1114911159
}
@@ -15793,6 +15803,11 @@
1579315803
"description": "(Optional) Requires autotranslate_enabled to be true",
1579415804
"type": "boolean",
1579515805
"example": true
15806+
},
15807+
"autotranslate_overwrite_unverified_translations": {
15808+
"description": "(Optional) Requires autotranslate_enabled to be true",
15809+
"type": "boolean",
15810+
"example": true
1579615811
}
1579715812
}
1579815813
}
@@ -16038,6 +16053,11 @@
1603816053
"type": "boolean",
1603916054
"example": true
1604016055
},
16056+
"autotranslate_overwrite_unverified_translations": {
16057+
"description": "(Optional) Requires autotranslate_enabled to be true",
16058+
"type": "boolean",
16059+
"example": true
16060+
},
1604116061
"default_encoding": {
1604216062
"description": "(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.",
1604316063
"type": "string",

paths/jobs/create.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,8 @@ requestBody:
9595
description: id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes.
9696
type: string
9797
example: abcd1234cdef1234abcd1234cdef1234
98+
autotranslate_enabled:
99+
description: Automatically translate the job using machine translation.
100+
type: boolean
101+
example: true
98102
x-cli-version: '2.5'

paths/jobs/update.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,8 @@ requestBody:
7373
description: URL to a ticket for this job (e.g. Jira, Trello)
7474
type: string
7575
example: https://example.atlassian.net/browse/FOO
76+
autotranslate_enabled:
77+
description: Automatically translate the job using machine translation
78+
type: boolean
79+
example: true
7680
x-cli-version: '2.5'

paths/projects/create.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,8 @@ requestBody:
145145
description: "(Optional) Requires autotranslate_enabled to be true"
146146
type: boolean
147147
example: true
148+
autotranslate_overwrite_unverified_translations:
149+
description: "(Optional) Requires autotranslate_enabled to be true"
150+
type: boolean
151+
example: true
148152
x-cli-version: "2.6.3"

paths/projects/update.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ requestBody:
141141
description: "(Optional) Requires autotranslate_enabled to be true"
142142
type: boolean
143143
example: true
144+
autotranslate_overwrite_unverified_translations:
145+
description: "(Optional) Requires autotranslate_enabled to be true"
146+
type: boolean
147+
example: true
144148
default_encoding:
145149
description: "(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."
146150
type: string

0 commit comments

Comments
 (0)