We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5e75d commit 56b4a38Copy full SHA for 56b4a38
src/api/types.ts
@@ -11529,7 +11529,7 @@ export interface IngestUppercaseProcessor extends IngestProcessorBase {
11529
11530
export interface IngestUrlDecodeProcessor extends IngestProcessorBase {
11531
field: Field
11532
- ignre_missing?: boolean
+ ignore_missing?: boolean
11533
target_field?: Field
11534
}
11535
src/api/typesWithBodyKey.ts
@@ -11700,7 +11700,7 @@ export interface IngestUppercaseProcessor extends IngestProcessorBase {
11700
11701
11702
11703
11704
11705
11706
0 commit comments