Skip to content

Commit 205638d

Browse files
[Backport 8.x] Fix snapshot.create response (#2933)
(cherry picked from commit 030df6b) Co-authored-by: Quentin Pradet <[email protected]>
1 parent 3f67248 commit 205638d

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 0 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: 12 additions & 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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/snapshot/_types/SnapshotShardFailure.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ export class SnapshotShardFailure {
2424
node_id?: Id
2525
reason: string
2626
shard_id: Id
27+
index_uuid: Id
2728
status: string
2829
}

0 commit comments

Comments
 (0)