Skip to content

Commit 57a141c

Browse files
miriam-eidmiriameid
authored andcommitted
fix transform api (#1622)
1 parent acd6d77 commit 57a141c

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ export interface Request extends RequestBase {
6969
settings?: Settings
7070
/** Defines the properties transforms require to run continuously. */
7171
sync?: SyncContainer
72-
/** Defines a retention policy for the transform. Data that meets the defined criteria is deleted from the destination index. */
73-
retention_policy?: RetentionPolicyContainer
72+
/**
73+
* Defines a retention policy for the transform. Data that meets the defined
74+
* criteria is deleted from the destination index.
75+
*/
76+
retention_policy?: RetentionPolicyContainer | null
7477
}
7578
}

0 commit comments

Comments
 (0)