Skip to content

Commit 7bc3624

Browse files
authored
Add _ScriptedUpsert to BulkUpdateOperation (#3293)
Closes #3270
1 parent b50b099 commit 7bc3624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Nest/Document/Multiple/Bulk/BulkOperation/BulkUpdate.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ protected override object GetBody() =>
9292
_PartialUpdate = this.Doc,
9393
_Script = this.Script,
9494
_Upsert = this.Upsert,
95-
_DocAsUpsert = this.DocAsUpsert
95+
_DocAsUpsert = this.DocAsUpsert,
96+
_ScriptedUpsert = this.ScriptedUpsert
9697
};
9798

9899
/// <summary>

0 commit comments

Comments
 (0)