Skip to content

Commit

Permalink
Add capabilities API to restResources
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed Jul 10, 2024
1 parent 0767cc6 commit f2bf170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/enrich/qa/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.elasticsearch.gradle.internal.info.BuildParams

restResources {
restApi {
include '_common', 'bulk', 'indices', 'index', 'ingest.delete_pipeline', 'ingest.put_pipeline', 'enrich', 'get'
include '_common', 'bulk', 'indices', 'index', 'ingest.delete_pipeline', 'ingest.put_pipeline', 'enrich', 'get', 'capabilities'
}
restTests {
includeXpack 'enrich'
Expand Down

0 comments on commit f2bf170

Please sign in to comment.