Skip to content

Commit

Permalink
[Backport 8.10] Add delete_dest_index in DeleteTransformRequest (#2327)
Browse files Browse the repository at this point in the history
* Add delete_dest_index in DeleteTransformRequest (#2295)

(cherry picked from commit 2d07ba2)

Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin authored Nov 2, 2023
1 parent 7111a05 commit 6610e4a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
15 changes: 14 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions output/schema/validation-errors.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ export interface Request extends RequestBase {
* @server_default false
*/
force?: boolean
/**
* If this value is true, the destination index is deleted together with the transform. If false, the destination
* index will not be deleted
* @server_default false
*/
delete_dest_index?: boolean
/**
* Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
* @server_default 30s
Expand Down

0 comments on commit 6610e4a

Please sign in to comment.