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 d6ac77c commit d532d33Copy full SHA for d532d33
intercom-java/src/main/java/io/intercom/api/Conversation.java
@@ -141,9 +141,6 @@ static void validateMessageType(Reply reply) {
141
}
142
143
static void validateListRequest(Map<String, String> params) {
144
- if (!params.containsKey("type")) {
145
- throw new InvalidException("a user or admin type must be supplied for a conversation query");
146
- }
147
148
if (isAdminQuery(params)
149
&& !(params.containsKey("admin_id"))) {
0 commit comments