Skip to content

Commit 0ed65c8

Browse files
NOJIRA added documentation for localeWorkflowStepsFilter (#291)
1 parent b854dbb commit 0ed65c8

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

spec/openapi.yaml

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10767,7 +10767,39 @@ components:
1076710767
type: array
1076810768
items:
1076910769
type: string
10770+
localeWorkflows:
10771+
type: array
10772+
items:
10773+
$ref: '#/components/schemas/LocaleWorkflowPairDTO'
10774+
fuzzyProfileUid:
10775+
type: string
10776+
localeWorkflowStepsFilter:
10777+
type: array
10778+
items:
10779+
$ref: '#/components/schemas/LocaleWorkflowStepPairDTO'
10780+
type: object
10781+
LocaleWorkflowStepPairDTO:
1077010782
type: object
10783+
properties:
10784+
workflowStepUid:
10785+
type: string
10786+
description: The uid of the workflow step.
10787+
example: '8312172ed60d'
10788+
targetLocaleId:
10789+
description: Smartling ID for the language you want to get translations for.
10790+
type: string
10791+
example: 'de-DE'
10792+
LocaleWorkflowPairDTO:
10793+
type: object
10794+
properties:
10795+
workflowUid:
10796+
type: string
10797+
description: The uid of the workflow.
10798+
example: '8312172ed60d'
10799+
targetLocaleId:
10800+
description: Smartling ID for the language you want to get translations for.
10801+
type: string
10802+
example: 'de-DE'
1077110803
CreateJobCostReportRequest:
1077210804
description: The payload to use when generating a job cost report.
1077310805
properties:
@@ -10787,14 +10819,13 @@ components:
1078710819
localeWorkflows:
1078810820
type: array
1078910821
items:
10790-
type: object
10791-
properties:
10792-
targetLocaleId:
10793-
type: string
10794-
workflowUid:
10795-
type: string
10822+
$ref: '#/components/schemas/LocaleWorkflowPairDTO'
1079610823
fuzzyProfileUid:
1079710824
type: string
10825+
localeWorkflowStepsFilter:
10826+
type: array
10827+
items:
10828+
$ref: '#/components/schemas/LocaleWorkflowStepPairDTO'
1079810829
type: object
1079910830
CustomFieldBasicRequest:
1080010831
type: object

0 commit comments

Comments
 (0)