Skip to content

Commit efc75f0

Browse files
committed
post cherry-pick compile fix
1 parent 49f930d commit efc75f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Snapshot.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ namespace Elasticsearch.Net.Specification.SnapshotApi
2828
public class CleanupRepositoryRequestParameters : RequestParameters<CleanupRepositoryRequestParameters>
2929
{
3030
public override HttpMethod DefaultHttpMethod => HttpMethod.POST;
31+
32+
public override bool SupportsBody => true;
33+
3134
///<summary>Explicit operation timeout for connection to master node</summary>
3235
public TimeSpan MasterTimeout
3336
{

0 commit comments

Comments
 (0)