Skip to content

Commit

Permalink
Fix snapshot.create response (#2931)
Browse files Browse the repository at this point in the history
(cherry picked from commit 030df6b)
  • Loading branch information
pquentin authored and github-actions[bot] committed Sep 24, 2024
1 parent 3f67248 commit c31f775
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions specification/snapshot/_types/SnapshotShardFailure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ export class SnapshotShardFailure {
node_id?: Id
reason: string
shard_id: Id
index_uuid: Id
status: string
}

0 comments on commit c31f775

Please sign in to comment.