Skip to content

Commit

Permalink
Mark data streams stats API as internal-only
Browse files Browse the repository at this point in the history
This commit marks the data stream stats API as internal
  • Loading branch information
dakrone committed May 16, 2024
1 parent 1c63eea commit 6669e58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import static org.elasticsearch.rest.RestRequest.Method.GET;

@ServerlessScope(Scope.PUBLIC)
@ServerlessScope(Scope.INTERNAL)
public class RestDataStreamsStatsAction extends BaseRestHandler {
@Override
public String getName() {
Expand Down

0 comments on commit 6669e58

Please sign in to comment.