Skip to content

Commit 9db9572

Browse files
authored
tentative fix (#2999)
1 parent dbde402 commit 9db9572

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 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: 14 additions & 3 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: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/snapshot/restore/SnapshotRestoreResponse.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ import { IndexName } from '@_types/common'
2121
import { ShardStatistics } from '@_types/Stats'
2222

2323
export class Response {
24-
body: { snapshot: SnapshotRestore }
24+
body: {
25+
accepted?: boolean
26+
snapshot?: SnapshotRestore
27+
}
2528
}
2629

2730
export class SnapshotRestore {

0 commit comments

Comments
 (0)