Skip to content

Commit e2a3144

Browse files
miriam-eidgithub-actions[bot]
authored andcommitted
fix transform api (#1622)
1 parent a5d6ac5 commit e2a3144

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

output/schema/schema.json

Lines changed: 17 additions & 5 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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/transform/update_transform/UpdateTransformRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ export interface Request extends RequestBase {
100100
* Defines a retention policy for the transform. Data that meets the defined
101101
* criteria is deleted from the destination index.
102102
*/
103-
retention_policy?: RetentionPolicyContainer
103+
retention_policy?: RetentionPolicyContainer | null
104104
}
105105
}

0 commit comments

Comments
 (0)