Skip to content

Commit b916bfe

Browse files
Merge pull request #45 from DeepLcom/fix/tag-handling-version-default-v2
fix: default Translate tag_handling_version is v2
2 parents 6cf79ae + 0348064 commit b916bfe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5615,8 +5615,8 @@
56155615
"description": "Sets which version of the tag handling algorithm should be used. Options currently available:\n * `v2`: Improved algorithm released in October 2025 (default as of December 2025).\n * `v1`: Traditional algorithm (default until December 2025).",
56165616
"type": "string",
56175617
"enum": [
5618-
"v1",
5619-
"v2"
5618+
"v2",
5619+
"v1"
56205620
]
56215621
},
56225622
"UsageResponse": {

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4330,8 +4330,8 @@ components:
43304330
* `v1`: Traditional algorithm (default until December 2025).
43314331
type: string
43324332
enum:
4333-
- v1
43344333
- v2
4334+
- v1
43354335
UsageResponse:
43364336
type: object
43374337
properties:

0 commit comments

Comments
 (0)