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 753e96a commit fac77deCopy full SHA for fac77de
src/api/types.ts
@@ -11536,7 +11536,7 @@ export interface IngestPipeline {
11536
on_failure?: IngestProcessorContainer[]
11537
processors?: IngestProcessorContainer[]
11538
version?: VersionNumber
11539
- _meta: Metadata
+ _meta?: Metadata
11540
}
11541
11542
export interface IngestPipelineConfig {
src/api/typesWithBodyKey.ts
@@ -11714,7 +11714,7 @@ export interface IngestPipeline {
11714
11715
11716
11717
11718
11719
11720
0 commit comments