Skip to content

Commit

Permalink
Incorporate copy edit feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-winters-deepl committed Sep 10, 2024
1 parent 2995d18 commit 71f71bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ paths:
description: The translated text.
type: string
billed_characters:
description: Optional. Number of characters counted by DeepL for billing purposes.
description: Number of characters counted by DeepL for billing purposes.
Only present if the show_billed_characters parameter is set to true.
type: integer
examples:
Basic:
Expand Down Expand Up @@ -1282,9 +1283,8 @@ components:
schemas:
ShowBilledCharacters:
description: |-
When true, the response will include an additional key-value pair with the key billed_characters and a
value that is an integer showing the number of characters from the request that will be counted by DeepL
for billing purposes.
When true, the response will include the billed_characters parameter, giving the
number of characters from the request that will be counted by DeepL for billing purposes.
type: boolean
Context:
description: |-
Expand Down
8 changes: 4 additions & 4 deletions openapi_gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ paths:
type: string
example: Hallo, Welt!
billed_characters:
description: Optional. Number of characters counted by DeepL for billing purposes.
description: Number of characters counted by DeepL for billing purposes.
Only present if the show_billed_characters parameter is set to true.
type: integer
example: 42
400:
Expand Down Expand Up @@ -1332,9 +1333,8 @@ components:
example: This is context.
ShowBilledCharacters:
description: |-
When true, the response will include an additional key-value pair with the key billed_characters and a
value that is an integer showing the number of characters from the request that will be counted by DeepL
for billing purposes.
When true, the response will include the billed_characters parameter, giving the
number of characters from the request that will be counted by DeepL for billing purposes.
type: boolean
OutlineDetectionOptionStr:
description: |-
Expand Down

0 comments on commit 71f71bc

Please sign in to comment.