Commit c475eb8
Madhan
Add indices.modify_data_stream to HLRC notRequiredApi allowlist
RestHighLevelClientTests.testApiNamingConventions asserts that every API
in the rest-api-spec is either implemented in the High-Level REST Client
or listed in an allowlist. The new indices.modify_data_stream spec is not
implemented in the HLRC (which is deprecated and no longer extended for
new APIs), so it must be listed in notRequiredApi - consistent with how
other recent server-only APIs (e.g. wlm_stats_list) are handled.
Fixes the gradle-check failure in :client:rest-high-level:test.1 parent 32435a8 commit c475eb8
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
| 870 | + | |
870 | 871 | | |
871 | 872 | | |
872 | 873 | | |
| |||
0 commit comments