File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 516516 "template" : [
517517 " template_created" ,
518518 " template_deleted" ,
519- " template_provisioned"
519+ " template_provisioned" ,
520+ " template_collaborator_added" ,
521+ " template_collaborator_removed" ,
522+ " template_updated"
520523 ]
521524 }
522525}
Original file line number Diff line number Diff line change @@ -609,5 +609,8 @@ private Template() {
609609 public static final String template_created = "template_created" ;
610610 public static final String template_deleted = "template_deleted" ;
611611 public static final String template_provisioned = "template_provisioned" ;
612+ public static final String template_collaborator_added = "template_collaborator_added" ;
613+ public static final String template_collaborator_removed = "template_collaborator_removed" ;
614+ public static final String template_updated = "template_updated" ;
612615 }
613616}
You can’t perform that action at this time.
0 commit comments