Skip to content

Commit 87c9d13

Browse files
Mark Query Role API as public in seerverless (#118798)
This commit makes Query Role API available in Serverless.
1 parent d09d57d commit 87c9d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/rest/action/role/RestQueryRoleAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import static org.elasticsearch.rest.RestRequest.Method.POST;
3535
import static org.elasticsearch.xcontent.ConstructingObjectParser.optionalConstructorArg;
3636

37-
@ServerlessScope(Scope.INTERNAL)
37+
@ServerlessScope(Scope.PUBLIC)
3838
public final class RestQueryRoleAction extends NativeRoleBaseRestHandler {
3939

4040
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)