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: src/assets/api/crowdin/file-based.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41146,13 +41146,13 @@ components:
41146
41146
type: integer
41147
41147
example: 1
41148
41148
usernames:
41149
-
description: 'User Names. Get via [List Users](#operation/api.projects.members.getMany)'
41149
+
description: "User Names. Get via [List Users](#operation/api.projects.members.getMany)\n\n__Note:__ One of fields `userIds`, `usernames` or `emails` is required"
41150
41150
type: array
41151
41151
items:
41152
41152
type: string
41153
41153
example: john_smith
41154
41154
emails:
41155
-
description: 'User Emails.'
41155
+
description: "User Emails.\n\n__Note:__ One of fields `userIds`, `usernames` or `emails` is required"
41156
41156
type: array
41157
41157
items:
41158
41158
type: string
@@ -44080,14 +44080,14 @@ components:
44080
44080
schema:
44081
44081
type: string
44082
44082
SystemStringsExporterSettingsId:
44083
-
name: SystemStringsExporterSettingsId
44083
+
name: systemStringsExporterSettingsId
44084
44084
in: path
44085
44085
description: 'System strings exporter Settings Identifier. Get via [List Project Strings Exporter Settings](#operation/api.projects.strings-exporter-settings.getMany)'
44086
44086
required: true
44087
44087
schema:
44088
44088
type: integer
44089
44089
FieldId:
44090
-
name: FieldId
44090
+
name: fieldId
44091
44091
in: path
44092
44092
description: 'Field Identifier. Get via [List Fields](#operation/api.fields.getMany)'
Copy file name to clipboardExpand all lines: src/assets/api/crowdin/string-based.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39396,13 +39396,13 @@ components:
39396
39396
type: integer
39397
39397
example: 1
39398
39398
usernames:
39399
-
description: 'User Names. Get via [List Users](#operation/api.projects.members.getMany)'
39399
+
description: "User Names. Get via [List Users](#operation/api.projects.members.getMany)\n\n__Note:__ One of fields `userIds`, `usernames` or `emails` is required"
39400
39400
type: array
39401
39401
items:
39402
39402
type: string
39403
39403
example: john_smith
39404
39404
emails:
39405
-
description: 'User Emails.'
39405
+
description: "User Emails.\n\n__Note:__ One of fields `userIds`, `usernames` or `emails` is required"
39406
39406
type: array
39407
39407
items:
39408
39408
type: string
@@ -42315,14 +42315,14 @@ components:
42315
42315
schema:
42316
42316
type: string
42317
42317
SystemStringsExporterSettingsId:
42318
-
name: SystemStringsExporterSettingsId
42318
+
name: systemStringsExporterSettingsId
42319
42319
in: path
42320
42320
description: 'System strings exporter Settings Identifier. Get via [List Project Strings Exporter Settings](#operation/api.projects.strings-exporter-settings.getMany)'
42321
42321
required: true
42322
42322
schema:
42323
42323
type: integer
42324
42324
FieldId:
42325
-
name: FieldId
42325
+
name: fieldId
42326
42326
in: path
42327
42327
description: 'Field Identifier. Get via [List Fields](#operation/api.fields.getMany)'
description: 'Context and max.length added in Crowdin will be visible in the downloaded files'
32557
32557
type: boolean
32558
+
default: true
32558
32559
example: true
32559
32560
type:
32560
32561
description: 'Defines the project type. To create a file-based project, `type` should be set to 0.'
@@ -32567,6 +32568,7 @@ components:
32567
32568
skipUntranslatedFiles:
32568
32569
description: 'Defines whether to export only translated file'
32569
32570
type: boolean
32571
+
default: false
32570
32572
example: false
32571
32573
tmContextType:
32572
32574
description: "TM perfect match searching mode. Available values:\n * segmentContext - searching by context\n * auto - context search for key-value formats and segment search for others\n * prevAndNextSegment - search by previous and next segment"
description: 'Delay workflow start after project creation'
32859
32861
type: boolean
32860
-
default: 'false'
32861
-
example: 'false'
32862
+
default: false
32863
+
example: false
32862
32864
skipUntranslatedStrings:
32863
32865
description: 'Defines whether to skip untranslated strings'
32864
32866
type: boolean
32867
+
default: false
32865
32868
example: false
32866
32869
exportWithMinApprovalsCount:
32867
32870
description: "Defines whether to export only approved strings\n\n__Note:__ value greater than `0` can't be used with `exportStringsThatPassedWorkflow=true` in same request"
32868
32871
type: integer
32872
+
default: 0
32869
32873
example: 0
32870
32874
exportStringsThatPassedWorkflow:
32871
32875
description: "Defines whether to export only strings that passed workflow\n\n__Note:__ `true` value can't be used with `exportWithMinApprovalsCount>0` in same request or in projects without an assigned workflow"
32872
32876
type: boolean
32873
-
example: true
32877
+
default: false
32878
+
example: false
32874
32879
normalizePlaceholder:
32875
32880
description: 'Enable the transformation of the placeholders to the unified format to improve the work with TM suggestions'
32876
32881
type: boolean
32877
-
example: true
32882
+
default: false
32883
+
example: false
32878
32884
qaCheckIsActive:
32879
32885
description: 'If `true` - QA checks are active'
32880
32886
type: boolean
32881
-
default: 'true'
32887
+
default: true
32882
32888
example: true
32883
32889
qaApprovalsCount:
32884
32890
description: 'Clear QA checks for translations with specific number of approvals'
32885
32891
type: number
32886
-
default: '1'
32887
-
example: '1'
32892
+
default: 1
32893
+
example: 1
32888
32894
qaCheckCategories:
32889
32895
$ref: '#/components/schemas/qaCheckCategories'
32890
32896
qaChecksIgnorableCategories:
@@ -44189,22 +44195,20 @@ components:
44189
44195
EnterpriseTaskBySourceIdsForm:
44190
44196
title: CreateBySourcesForm
44191
44197
required:
44192
-
- workflowStepId
44193
44198
- title
44194
44199
- languageId
44195
44200
- fileIds
44196
44201
- branchIds
44197
44202
- stringIds
44198
-
- type
44199
44203
properties:
44200
44204
type:
44201
-
description: "Task type:\n * 0 - translate\n * 1 - proofread\n\n__Note:__ Can't be used with `workflowStepId` in same request"
44205
+
description: "Task type:\n * 0 - translate\n * 1 - proofread\n\n__Note:__ One of fields `type` or `workflowStepId` is required. Both cannot be provided simultaneously"
44202
44206
type: integer
44203
44207
enum:
44204
44208
- 0
44205
44209
- 1
44206
44210
workflowStepId:
44207
-
description: "Task workflow step id\n\n__Note:__ Can't be used with `type` in same request"
44211
+
description: "Task workflow step id\n\n__Note:__ One of fields `type` or `workflowStepId` is required. Both cannot be provided simultaneously"
44208
44212
type: integer
44209
44213
title:
44210
44214
description: 'Task title'
@@ -44341,22 +44345,20 @@ components:
44341
44345
EnterpriseTaskByStringIds:
44342
44346
title: CreateByStringIdsForm
44343
44347
required:
44344
-
- workflowStepId
44345
44348
- title
44346
44349
- languageId
44347
44350
- fileIds
44348
44351
- branchIds
44349
44352
- stringIds
44350
-
- type
44351
44353
properties:
44352
44354
type:
44353
-
description: "Task type:\n * 0 - translate\n * 1 - proofread\n\n__Note:__ Can't be used with `workflowStepId` in same request"
44355
+
description: "Task type:\n * 0 - translate\n * 1 - proofread\n\n__Note:__ One of fields `type` or `workflowStepId` is required. Both cannot be provided simultaneously"
44354
44356
type: integer
44355
44357
enum:
44356
44358
- 0
44357
44359
- 1
44358
44360
workflowStepId:
44359
-
description: "Task workflow step id\n\n__Note:__ Can't be used with `type` in same request"
44361
+
description: "Task workflow step id\n\n__Note:__ One of fields `type` or `workflowStepId` is required. Both cannot be provided simultaneously"
44360
44362
type: integer
44361
44363
title:
44362
44364
description: 'Task title'
@@ -44686,21 +44688,19 @@ components:
44686
44688
EnterprisePendingTaskCreateForm:
44687
44689
required:
44688
44690
- precedingTaskId
44689
-
- type
44690
-
- workflowStepId
44691
44691
- title
44692
44692
properties:
44693
44693
precedingTaskId:
44694
44694
description: 'Translate Task Identifier. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
44695
44695
type: integer
44696
44696
example: '1'
44697
44697
type:
44698
-
description: "Task type:\n * 1 - proofread\n\n__Note:__ Can't be used with `workflowStepId` in same request"
44698
+
description: "Task type:\n * 1 - proofread\n\n__Note:__ One of fields `type` or `workflowStepId` is required. Both cannot be provided simultaneously"
44699
44699
type: integer
44700
44700
enum:
44701
44701
- 1
44702
44702
workflowStepId:
44703
-
description: "Task workflow step id\n\n__Note:__ Can't be used with `type` in same request"
44703
+
description: "Task workflow step id\n\n__Note:__ One of fields `type` or `workflowStepId` is required. Both cannot be provided simultaneously"
44704
44704
type: integer
44705
44705
title:
44706
44706
description: 'Task title'
@@ -45648,6 +45648,7 @@ components:
45648
45648
properties:
45649
45649
teamId:
45650
45650
description: 'Team Identifier. Get via [List Teams](#operation/api.teams.getMany)'
45651
+
type: integer
45651
45652
example: 1
45652
45653
accessToAllWorkflowSteps:
45653
45654
description: "Grant access to all project languages, translation, and proofreading workflow steps (current and future)\n\n__Note:__ This property is deprecated. Use `roles` instead"
@@ -47782,10 +47783,6 @@ components:
47782
47783
value:
47783
47784
type: object
47784
47785
EnterpriseAddProjectMemberForm:
47785
-
required:
47786
-
- userIds
47787
-
- usernames
47788
-
- emails
47789
47786
properties:
47790
47787
userIds:
47791
47788
description: "User Identifier. Get via [List Users](#operation/api.users.getMany)\n\n__Note:__ One of fields `userIds`, `usernames` or `emails` is required"
@@ -47794,13 +47791,13 @@ components:
47794
47791
type: integer
47795
47792
example: 1
47796
47793
usernames:
47797
-
description: 'User Names. Get via [List Users](#operation/api.users.getMany)'
47794
+
description: "User Names. Get via [List Users](#operation/api.users.getMany)\n\n__Note:__ One of fields `userIds`, `usernames` or `emails` is required"
47798
47795
type: array
47799
47796
items:
47800
47797
type: string
47801
47798
example: john_smith
47802
47799
emails:
47803
-
description: 'User Emails.'
47800
+
description: "User Emails.\n\n__Note:__ One of fields `userIds`, `usernames` or `emails` is required"
47804
47801
type: array
47805
47802
items:
47806
47803
type: string
@@ -50879,14 +50876,14 @@ components:
50879
50876
schema:
50880
50877
type: string
50881
50878
SystemStringsExporterSettingsId:
50882
-
name: SystemStringsExporterSettingsId
50879
+
name: systemStringsExporterSettingsId
50883
50880
in: path
50884
50881
description: 'System strings exporter Settings Identifier. Get via [List Project Strings Exporter Settings](#operation/api.projects.strings-exporter-settings.getMany)'
50885
50882
required: true
50886
50883
schema:
50887
50884
type: integer
50888
50885
FieldId:
50889
-
name: FieldId
50886
+
name: fieldId
50890
50887
in: path
50891
50888
description: 'Field Identifier. Get via [List Fields](#operation/api.fields.getMany)'
0 commit comments