Skip to content

Commit 2d07ba2

Browse files
authored
Add delete_dest_index in DeleteTransformRequest (#2295)
1 parent e279583 commit 2d07ba2

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

output/schema/schema.json

Lines changed: 14 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/transform/delete_transform/DeleteTransformRequest.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ export interface Request extends RequestBase {
4242
* @server_default false
4343
*/
4444
force?: boolean
45+
/**
46+
* If this value is true, the destination index is deleted together with the transform. If false, the destination
47+
* index will not be deleted
48+
* @server_default false
49+
*/
50+
delete_dest_index?: boolean
4551
/**
4652
* Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
4753
* @server_default 30s

0 commit comments

Comments
 (0)