intercom / intercom-node

Node.js bindings for the Intercom API
https://developers.intercom.com
Other
366 stars 116 forks source link

Documentation Error #347

Closed friilancer closed 1 year ago

friilancer commented 1 year ago
Screenshot 2023-02-07 at 10 17 32

Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which do not conform to this template may be closed.

For feature requests please contact us at team@intercom.io

Version info

Expected Text

const response = await client.tags.untagCompanies({
    tagName: 'gutenTag',
    companiesIds: ['123', '234', '456'],
});

Actual Text

const response = await client.tags.tagCompanies({
    tagName: 'gutenTag',
    companiesIds: ['123', '234', '456'],
});
colmdoyle commented 1 year ago

Great spot @friilancer! We've opened #348 to tidy this up!

friilancer commented 1 year ago

Awesome!