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 dd36096 commit 03eaf7aCopy full SHA for 03eaf7a
src/api/types.ts
@@ -11547,7 +11547,7 @@ export interface IngestPipeline {
11547
on_failure?: IngestProcessorContainer[]
11548
processors?: IngestProcessorContainer[]
11549
version?: VersionNumber
11550
- _meta: Metadata
+ _meta?: Metadata
11551
}
11552
11553
export interface IngestPipelineConfig {
src/api/typesWithBodyKey.ts
@@ -11725,7 +11725,7 @@ export interface IngestPipeline {
11725
11726
11727
11728
11729
11730
11731
0 commit comments