File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
json-logs/samples/audit/v1
slack-api-client/src/main/java/com/slack/api/audit/response Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 385385 "team_id" : " "
386386 },
387387 "rules_checked" : [],
388- "disconnecting_team" : " "
388+ "disconnecting_team" : " " ,
389+ "is_channel_canvas" : false ,
390+ "linked_channel_id" : " "
389391 }
390392 }
391393 ]
Original file line number Diff line number Diff line change @@ -346,6 +346,8 @@ public static class Details {
346346 private AAARequest request ; // app_allowlist_rule_matched
347347 private List <AAARule > rulesChecked ; // app_allowlist_rule_matched
348348 private String disconnectingTeam ; // external_shared_channel_disconnected
349+ private Boolean isChannelCanvas ; // canvas_opened
350+ private String linkedChannelId ; // canvas_opened
349351 }
350352
351353 @ Data
You can’t perform that action at this time.
0 commit comments