Skip to content

Commit 8bbd6fc

Browse files
committed
Add _ScriptedUpsert to BulkUpdateOperation (#3293)
Closes #3270 (cherry picked from commit 7bc3624)
1 parent 63c470e commit 8bbd6fc

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
@@ -89,7 +89,8 @@ protected override object GetBody() =>
8989
_PartialUpdate = this.Doc,
9090
_Script = this.Script,
9191
_Upsert = this.Upsert,
92-
_DocAsUpsert = this.DocAsUpsert
92+
_DocAsUpsert = this.DocAsUpsert,
93+
_ScriptedUpsert = this.ScriptedUpsert
9394
};
9495

9596
/// <summary>

0 commit comments

Comments
 (0)