Skip to content

Commit

Permalink
tentative fix (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Oct 10, 2024
1 parent dbde402 commit 9db9572
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
8 changes: 4 additions & 4 deletions output/openapi/elasticsearch-openapi.json

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

17 changes: 14 additions & 3 deletions output/schema/schema.json

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

3 changes: 2 additions & 1 deletion output/typescript/types.ts

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

5 changes: 4 additions & 1 deletion specification/snapshot/restore/SnapshotRestoreResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ import { IndexName } from '@_types/common'
import { ShardStatistics } from '@_types/Stats'

export class Response {
body: { snapshot: SnapshotRestore }
body: {
accepted?: boolean
snapshot?: SnapshotRestore
}
}

export class SnapshotRestore {
Expand Down

0 comments on commit 9db9572

Please sign in to comment.