Skip to content

Commit 18ff9b5

Browse files
committed
Run all the integration tests - 2024-10-15 PT
1 parent e033580 commit 18ff9b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

json-logs/raw/audit/v1/actions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,10 @@
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
}

slack-api-client/src/main/java/com/slack/api/audit/Actions.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)