Skip to content

Commit 690a2ce

Browse files
authored
feat(API): Support omit_translation_keys param in Jobs#show (#944)
1 parent 4c1253d commit 690a2ce

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/compiled.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4979,6 +4979,16 @@
49794979
"type": "boolean",
49804980
"default": false
49814981
}
4982+
},
4983+
"omit_translation_keys": {
4984+
"in": "query",
4985+
"name": "omit_translation_keys",
4986+
"description": "Omit translation keys in the response to reduce payload size for bigger jobs",
4987+
"required": false,
4988+
"schema": {
4989+
"type": "boolean",
4990+
"default": false
4991+
}
49824992
}
49834993
},
49844994
"responses": {

parameters.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,11 @@ include_annotations:
303303
schema:
304304
type: boolean
305305
default: false
306+
omit_translation_keys:
307+
in: query
308+
name: omit_translation_keys
309+
description: Omit translation keys in the response to reduce payload size for bigger jobs
310+
required: false
311+
schema:
312+
type: boolean
313+
default: false

0 commit comments

Comments
 (0)