You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/UpdateRequest.g.cs
+4-2
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,7 @@ public UpdateRequest(Elastic.Clients.Elasticsearch.Serverless.IndexName index, E
180
180
/// <para>A partial update to an existing document.</para>
181
181
/// </summary>
182
182
[JsonInclude,JsonPropertyName("doc")]
183
+
[SourceConverter]
183
184
publicTPartialDocument?Doc{get;set;}
184
185
185
186
/// <summary>
@@ -210,6 +211,7 @@ public UpdateRequest(Elastic.Clients.Elasticsearch.Serverless.IndexName index, E
210
211
/// <para>If the document does not already exist, the contents of 'upsert' are inserted as a<br/>new document. If the document exists, the 'script' is executed.</para>
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
126
126
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
136
136
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
0 commit comments