Skip to content

Commit d653501

Browse files
committed
fix new_session argument for createUser
fix new_session argument for createUser
1 parent 2fe20f9 commit d653501

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)