Skip to content

Commit a89bcf2

Browse files
committed
making status in enrich policy response optional (issue #744, #376)
1 parent 4ac8806 commit a89bcf2

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
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/enrich/execute_policy/ExecuteEnrichPolicyResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ExecuteEnrichPolicyStatus } from './types'
2222

2323
export class Response {
2424
body: {
25-
status: ExecuteEnrichPolicyStatus
25+
status?: ExecuteEnrichPolicyStatus
2626
task_id?: TaskId
2727
}
2828
}

0 commit comments

Comments
 (0)