We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ac1d0 commit 388072aCopy full SHA for 388072a
specification/indices/remove_block/IndicesRemoveBlockResponse.ts
@@ -18,6 +18,7 @@
18
*/
19
20
import { IndexName } from '@_types/common'
21
+import { ErrorCause } from "@_types/Errors";
22
23
export class Response {
24
body: {
@@ -28,5 +29,6 @@ export class Response {
28
29
30
export class RemoveIndicesBlockStatus {
31
name: IndexName
- unblocked: boolean
32
+ unblocked?: boolean
33
+ exception?: ErrorCause
34
}
0 commit comments