Skip to content

Commit fde0858

Browse files
[8.2] Add 'if_version' parameter to 'ingest.put_pipeline' API
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent aa61670 commit fde0858

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

output/schema/schema.json

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ingest/put_pipeline/PutPipelineRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ export interface Request extends RequestBase {
4444
* Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
4545
* @server_default 30s */
4646
timeout?: Time
47+
/**
48+
* Required version for optimistic concurrency control for pipeline updates
49+
*/
50+
if_version?: VersionNumber
4751
}
4852
body: {
4953
/**

0 commit comments

Comments
 (0)