Skip to content

Commit a202785

Browse files
Auto-generated API code
1 parent 8d5e75d commit a202785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11529,7 +11529,7 @@ export interface IngestUppercaseProcessor extends IngestProcessorBase {
1152911529

1153011530
export interface IngestUrlDecodeProcessor extends IngestProcessorBase {
1153111531
field: Field
11532-
ignre_missing?: boolean
11532+
ignore_missing?: boolean
1153311533
target_field?: Field
1153411534
}
1153511535

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11700,7 +11700,7 @@ export interface IngestUppercaseProcessor extends IngestProcessorBase {
1170011700

1170111701
export interface IngestUrlDecodeProcessor extends IngestProcessorBase {
1170211702
field: Field
11703-
ignre_missing?: boolean
11703+
ignore_missing?: boolean
1170411704
target_field?: Field
1170511705
}
1170611706

0 commit comments

Comments
 (0)