Skip to content

Commit 96e4b68

Browse files
committed
Merge pull request #42 from intercom/dehora/41
Make user the default type for a conversations query
2 parents f46a878 + 70ca042 commit 96e4b68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Intercom/Service/config/intercom_v3_conversation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
"type": {
104104
"location": "query",
105105
"required": true,
106-
"static": true
106+
"static": true,
107+
"default": "user"
107108
},
108109
"id": {
109110
"location": "query",

0 commit comments

Comments
 (0)