Skip to content

Commit ef6ec89

Browse files
committed
primary term optional index req (472)
1 parent 79028ae commit ef6ec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/Base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class RequestBase implements CommonQueryParameters {}
3636
export class WriteResponseBase {
3737
_id: Id
3838
_index: IndexName
39-
_primary_term: long
39+
_primary_term?: long
4040
result: Result
4141
_seq_no: SequenceNumber
4242
_shards: ShardStatistics

0 commit comments

Comments
 (0)