You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have the following interface definition:
exportinterfaceConversationTeammates{/** The type of the object - `admin.list`. */type: string;/** The list of teammates who participated in the conversation (wrote at least one conversation part). */teammates: Intercom.Reference[];}
However, the API response returns teammates.admins instead of the expected teammates.teammates.
The text was updated successfully, but these errors were encountered:
Hello, I am using Node.js version 6.0.0.
I currently have the following interface definition:
However, the API response returns
teammates.admins
instead of the expectedteammates.teammates
.The text was updated successfully, but these errors were encountered: