Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions certified-connectors/DeepL/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,18 @@
"description": "Specify the glossary to use for the translation",
"type": "string"
},
{
"in": "formData",
"name": "model_type",
"x-ms-summary": "Model Type",
"description": "Sets which type of model to use for the translation",
"type": "string",
"enum": [
"quality_optimized",
"prefer_quality_optimized",
"latency_optimized"
]
},
{
"in": "formData",
"name": "tag_handling",
Expand Down