Skip to content

Commit 0895180

Browse files
github-actions[bot]pquentinl-trotta
authored
Add reason to migration.post_feature_upgrade APi (#4233) (#4365)
(cherry picked from commit 7a7e2a2) Co-authored-by: Quentin Pradet <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
1 parent 7e84a60 commit 0895180

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

output/openapi/elasticsearch-openapi.json

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

+14-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/migration/post_feature_upgrade/PostFeatureUpgradeResponse.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
export class Response {
2121
body: {
2222
accepted: boolean
23-
features: MigrationFeature[]
23+
features?: MigrationFeature[]
24+
reason?: string
2425
}
2526
}
2627

0 commit comments

Comments
 (0)