Skip to content

Commit 6c5a9f7

Browse files
Rearrange entries in schemas
1 parent aabe2b1 commit 6c5a9f7

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,11 +1281,6 @@ components:
12811281
name: Authorization
12821282
in: header
12831283
schemas:
1284-
ShowBilledCharacters:
1285-
description: |-
1286-
When true, the response will include the billed_characters parameter, giving the
1287-
number of characters from the request that will be counted by DeepL for billing purposes.
1288-
type: boolean
12891284
Context:
12901285
description: |-
12911286
The `context` parameter makes it possible to include additional context that can influence a translation but is not translated itself.
@@ -1561,6 +1556,11 @@ components:
15611556
- '0'
15621557
- '1'
15631558
default: '0'
1559+
ShowBilledCharacters:
1560+
description: |-
1561+
When true, the response will include the billed_characters parameter, giving the
1562+
number of characters from the request that will be counted by DeepL for billing purposes.
1563+
type: boolean
15641564
SplitSentencesOption:
15651565
description: |-
15661566
Sets whether the translation engine should first split the input into sentences. For text translations where

openapi_gitbook.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,13 @@ components:
11651165
name: Authorization
11661166
in: header
11671167
schemas:
1168+
Context:
1169+
description: |-
1170+
Additional context that can influence a translation but is not translated itself.
1171+
1172+
Characters included in the `context` parameter will not be counted toward billing.
1173+
type: string
1174+
example: This is context.
11681175
CreateGlossaryParameters:
11691176
type: object
11701177
required:
@@ -1324,18 +1331,6 @@ components:
13241331
using the `splitting_tags` parameter.
13251332
type: boolean
13261333
default: true
1327-
Context:
1328-
description: |-
1329-
Additional context that can influence a translation but is not translated itself.
1330-
1331-
Characters included in the `context` parameter will not be counted toward billing.
1332-
type: string
1333-
example: This is context.
1334-
ShowBilledCharacters:
1335-
description: |-
1336-
When true, the response will include the billed_characters parameter, giving the
1337-
number of characters from the request that will be counted by DeepL for billing purposes.
1338-
type: boolean
13391334
OutlineDetectionOptionStr:
13401335
description: |-
13411336
Disable the automatic detection of XML structure by setting the `outline_detection` parameter
@@ -1360,6 +1355,11 @@ components:
13601355
- '0'
13611356
- '1'
13621357
default: '0'
1358+
ShowBilledCharacters:
1359+
description: |-
1360+
When true, the response will include the billed_characters parameter, giving the
1361+
number of characters from the request that will be counted by DeepL for billing purposes.
1362+
type: boolean
13631363
SplitSentencesOption:
13641364
description: |-
13651365
Sets whether the translation engine should first split the input into sentences.

0 commit comments

Comments
 (0)