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

add delete api

parent 138d4292
No related branches found
No related tags found
2 merge requests!346Merge branch 'aws-integration' into 'master',!273Delete api
......@@ -60,7 +60,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