Skip to content

Commit

Permalink
Mark Query Role API as public in seerverless (#118798)
Browse files Browse the repository at this point in the history
This commit makes Query Role API available in Serverless.
  • Loading branch information
slobodanadamovic authored Dec 17, 2024
1 parent d09d57d commit 87c9d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import static org.elasticsearch.rest.RestRequest.Method.POST;
import static org.elasticsearch.xcontent.ConstructingObjectParser.optionalConstructorArg;

@ServerlessScope(Scope.INTERNAL)
@ServerlessScope(Scope.PUBLIC)
public final class RestQueryRoleAction extends NativeRoleBaseRestHandler {

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 87c9d13

Please sign in to comment.