Skip to content

Commit da93045

Browse files
committed
Mark id as not required for updateUser
1 parent da5adbb commit da93045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Intercom/Service/config/intercom_public_user.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"parameters": {
135135
"id": {
136136
"location": "json",
137-
"required": true,
137+
"required": false,
138138
"type": "string"
139139
},
140140
"companies": {

0 commit comments

Comments
 (0)