We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11961cf commit 952791eCopy full SHA for 952791e
slack-api-model/src/main/java/com/slack/api/model/Team.java
@@ -23,7 +23,7 @@ public class Team {
23
private String enterpriseDomain;
24
private List<String> defaultChannels;
25
private Boolean isVerified;
26
- private Boolean discoverable;
+ private String discoverable; // "invite_only"
27
28
@Data
29
public static class Profile {
0 commit comments