Skip to content

Commit 81d0119

Browse files
committed
Merge pull request #68 from FallDi/patch-2
fix new_session argument for createUser
2 parents 2fe20f9 + d653501 commit 81d0119

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Intercom/Service/config/intercom_public_user.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@
106106
"location": "json",
107107
"required": false,
108108
"type": "string"
109+
},
110+
"new_session": {
111+
"location": "json",
112+
"required": false,
113+
"type": "boolean"
109114
}
110115
},
111116
"responseClass": "UserModel",

0 commit comments

Comments
 (0)