From dbf011bc321480a760f014c7560ae16d2b0cd729 Mon Sep 17 00:00:00 2001 From: Suman Das <59254445+sumandas0@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:23:47 +0530 Subject: [PATCH] nit: have a good api path --- webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java b/webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java index 7669b07839..3aadc06ad2 100644 --- a/webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java +++ b/webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java @@ -1932,7 +1932,7 @@ public void repairIndexByTypeName(@PathParam("typename") String typename, @Query } @POST - @Path("/repairAccesscontrolAlias/{guid}") + @Path("/repair/accesscontrolAlias/{guid}") @Timed public void repairAccessControlAlias(@PathParam("guid") String guid) throws AtlasBaseException { Servlets.validateQueryParamLength("guid", guid);