File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 394394 " usergroup_add_to_team_enqueued" ,
395395 " usergroup_remove_from_team_enqueued" ,
396396 " usergroup_updated" ,
397- " usergroup_update_enqueued"
397+ " usergroup_update_enqueued" ,
398+ " usergroup_section_updated"
398399 ],
399400 "role" : [
400401 " role_assigned" ,
Original file line number Diff line number Diff line change @@ -462,6 +462,7 @@ private Subteam() {
462462 public static final String usergroup_remove_from_team_enqueued = "usergroup_remove_from_team_enqueued" ;
463463 public static final String usergroup_updated = "usergroup_updated" ;
464464 public static final String usergroup_update_enqueued = "usergroup_update_enqueued" ;
465+ public static final String usergroup_section_updated = "usergroup_section_updated" ;
465466 }
466467
467468 public static class AccountTypeRole {
You can’t perform that action at this time.
0 commit comments