We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd38b3 commit 810bf1fCopy full SHA for 810bf1f
README.md
@@ -111,7 +111,7 @@ intercom.companies.users(company.id)
111
# Tag users
112
tag = intercom.tags.tag(name: 'blue', users: [{email: "[email protected]"}])
113
# Untag users
114
-intercom.tags.untag_users('blue', users: [{user_id: "42ea2f1b93891f6a99000427"}])
+intercom.tags.untag(name: 'blue', users: [{user_id: "42ea2f1b93891f6a99000427"}])
115
# Iterate over all tags
116
intercom.tags.all.each {|tag| "#{tag.id} - #{tag.name}" }
117
intercom.tags.all.map {|tag| tag.name }
0 commit comments