Skip to content
Snippets Groups Projects
Commit d6607a6f authored by Smitha Manjunath's avatar Smitha Manjunath
Browse files

add delete api

parent ed7e836b
No related branches found
No related tags found
2 merge requests!346Merge branch 'aws-integration' into 'master',!273Delete api
......@@ -59,7 +59,7 @@ public class AuditEvents {
private static final String CONFIGURE_PARTITION_ACTION_ID = "IN0012";
private static final String CONFIGURE_PARTITION_OPERATION = "Data partition cluster configuration update";
private static final String INDEX_DELETE_ACTION_ID = "IN0012";
private static final String INDEX_DELETE_ACTION_ID = "IN0013";
private static final String INDEX_DELETE_SUCCESS = "Successfully deleted index";
private static final String INDEX_DELETE_FAILURE = "Failed deleting index";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment