Skip to content

Commit 42803e0

Browse files
russcamMpdreamz
authored andcommitted
Remove parent param from obsoletes (#3848)
Relates: elastic/elasticsearch#29224
1 parent 0f21dc8 commit 42803e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CodeGeneration/ApiGenerator/Configuration/Overrides/GlobalOverrides.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public class GlobalOverrides : EndpointOverridesBase
1818

1919
public override IDictionary<string, string> ObsoleteQueryStringParams { get; set; } = new Dictionary<string, string>
2020
{
21-
{ "parent", "the parent parameter has been deprecated from Elasticsearch, please use routing instead directly." },
2221
{ "copy_settings", "Elasticsearch 6.4 will throw an exception if this is turned off see elastic/elasticsearch#30404" }
2322
};
2423

0 commit comments

Comments
 (0)