Skip to content

Commit 388072a

Browse files
committed
Fix response fields
1 parent 15ac1d0 commit 388072a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification/indices/remove_block/IndicesRemoveBlockResponse.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
import { IndexName } from '@_types/common'
21+
import { ErrorCause } from "@_types/Errors";
2122

2223
export class Response {
2324
body: {
@@ -28,5 +29,6 @@ export class Response {
2829

2930
export class RemoveIndicesBlockStatus {
3031
name: IndexName
31-
unblocked: boolean
32+
unblocked?: boolean
33+
exception?: ErrorCause
3234
}

0 commit comments

Comments
 (0)