We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f930d commit efc75f0Copy full SHA for efc75f0
src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Snapshot.cs
@@ -28,6 +28,9 @@ namespace Elasticsearch.Net.Specification.SnapshotApi
28
public class CleanupRepositoryRequestParameters : RequestParameters<CleanupRepositoryRequestParameters>
29
{
30
public override HttpMethod DefaultHttpMethod => HttpMethod.POST;
31
+
32
+ public override bool SupportsBody => true;
33
34
///<summary>Explicit operation timeout for connection to master node</summary>
35
public TimeSpan MasterTimeout
36
0 commit comments