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 37bdbee commit 696bdb5Copy full SHA for 696bdb5
specification/ingest/put_pipeline/PutPipelineRequest.ts
@@ -19,6 +19,7 @@
19
20
import { RequestBase } from '@_types/Base'
21
import { Id, Metadata, VersionNumber } from '@_types/common'
22
+import { integer } from '@_types/Numeric'
23
import { Duration } from '@_types/Time'
24
import { FieldAccessPattern } from '@ingest/_types/Pipeline'
25
import { ProcessorContainer } from '@ingest/_types/Processors'
@@ -59,7 +60,7 @@ export interface Request extends RequestBase {
59
60
/**
61
* Required version for optimistic concurrency control for pipeline updates
62
*/
- if_version?: VersionNumber
63
+ if_version?: integer
64
}
65
body: {
66
0 commit comments