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 abd15eb commit c2fb0a2Copy full SHA for c2fb0a2
src/api/types.ts
@@ -11595,7 +11595,7 @@ export interface IngestPipeline {
11595
on_failure?: IngestProcessorContainer[]
11596
processors?: IngestProcessorContainer[]
11597
version?: VersionNumber
11598
- _meta: Metadata
+ _meta?: Metadata
11599
}
11600
11601
export interface IngestPipelineConfig {
src/api/typesWithBodyKey.ts
@@ -11773,7 +11773,7 @@ export interface IngestPipeline {
11773
11774
11775
11776
11777
11778
11779
0 commit comments