File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2123,6 +2123,8 @@ components:
21232123 Disable the automatic detection of XML structure by setting the `outline_detection` parameter
21242124 to `false` and selecting the tags that should be considered structure tags. This will split sentences
21252125 using the `splitting_tags` parameter.
2126+
2127+ Note: for requests sent as URL-encoded forms, boolean values should be specified as "1" or "0".
21262128 type : boolean
21272129 default : true
21282130 OutlineDetectionOptionStr :
@@ -2148,6 +2150,8 @@ components:
21482150 description : |-
21492151 Sets whether the translation engine should respect the original formatting, even if it would usually
21502152 correct some aspects.
2153+
2154+ Note: for requests sent as URL-encoded forms, boolean values should be specified as "1" or "0".
21512155 type : boolean
21522156 default : false
21532157 PreserveFormattingOptionStr :
@@ -2165,6 +2169,8 @@ components:
21652169 description : |-
21662170 When true, the response will include the billed_characters parameter, giving the
21672171 number of characters from the request that will be counted by DeepL for billing purposes.
2172+
2173+ Note: for requests sent as URL-encoded forms, boolean values should be specified as "1" or "0".
21682174 type : boolean
21692175 SplitSentencesOption :
21702176 description : |-
You can’t perform that action at this time.
0 commit comments