Skip to content

Commit abe3c37

Browse files
Merge pull request #260 from DeepLcom/fix/tag-handling-version-default
fix: Set v2 as first value in tag_handling_version enum to show as default
2 parents cf1aba9 + 17c2b67 commit abe3c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-reference/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4118,8 +4118,8 @@ components:
41184118
41194119
type: string
41204120
enum:
4121-
- v1
41224121
- v2
4122+
- v1
41234123
NonSplittingTagCommaSeparatedList:
41244124
allOf:
41254125
- $ref: '#/components/schemas/TagCommaSeparatedList'

0 commit comments

Comments
 (0)