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: doc/compiled.json
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10926,8 +10926,18 @@
10926
10926
"abcd1234cdef1234abcd1234cdef1234"
10927
10927
]
10928
10928
},
10929
+
"target_locale_ids": {
10930
+
"description": "List of target locales for the job. Mutually exclusive with `job_template_id`.",
10931
+
"type": "array",
10932
+
"items": {
10933
+
"type": "string"
10934
+
},
10935
+
"example": [
10936
+
"abcd1234cdef1234abcd1234cdef1234"
10937
+
]
10938
+
},
10929
10939
"job_template_id": {
10930
-
"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.",
10940
+
"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. Mutually exclusive with `target_locale_ids`.",
Copy file name to clipboardExpand all lines: paths/jobs/create.yaml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,15 @@ requestBody:
91
91
type: string
92
92
example:
93
93
- abcd1234cdef1234abcd1234cdef1234
94
+
target_locale_ids:
95
+
description: List of target locales for the job. Mutually exclusive with `job_template_id`.
96
+
type: array
97
+
items:
98
+
type: string
99
+
example:
100
+
- abcd1234cdef1234abcd1234cdef1234
94
101
job_template_id:
95
-
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.
102
+
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. Mutually exclusive with `target_locale_ids`.
0 commit comments