Skip to content

Commit fa63706

Browse files
JOBS-8225 extend documentation with profile UId and provider (#266)
1 parent 243839f commit fa63706

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

spec/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5184,6 +5184,9 @@ paths:
51845184
items:
51855185
- key: key-from-request
51865186
translationText: Translated text
5187+
mtUid: 'm91o03gnvzuh'
5188+
provider: AUTO_SELECT_PROVIDER
5189+
error: null
51875190
400:
51885191
$ref: '#/components/responses/Error400ResponseDefinition'
51895192
401:
@@ -11774,6 +11777,10 @@ components:
1177411777
type: string
1177511778
description: Locale ID of the requested translation
1177611779
example: de-DE
11780+
profileUid:
11781+
type: string
11782+
description: Optional Profile UID to use for translation. Will override the default/preconfigured in the settings profile.
11783+
example: 29f3ee25-7eaf-472e-9e26-550d512931cb
1177711784
items:
1177811785
items:
1177911786
$ref: '#/components/schemas/MTTranslateItemRequest'
@@ -11829,6 +11836,14 @@ components:
1182911836
description: Translated text. Empty if error is present
1183011837
example: 'Text zum Übersetzen'
1183111838
type: string
11839+
mtUid:
11840+
description: Translation unique identifier
11841+
example: 'm91o03gnvzuh'
11842+
type: string
11843+
provider:
11844+
description: Provider used for translation
11845+
example: AUTO_SELECT_PROVIDER
11846+
type: string
1183211847
error:
1183311848
type: object
1183411849
properties:

0 commit comments

Comments
 (0)