Skip to content

Commit 810bf1f

Browse files
committed
Update README.md
1 parent 7cd38b3 commit 810bf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ intercom.companies.users(company.id)
111111
# Tag users
112112
tag = intercom.tags.tag(name: 'blue', users: [{email: "[email protected]"}])
113113
# Untag users
114-
intercom.tags.untag_users('blue', users: [{user_id: "42ea2f1b93891f6a99000427"}])
114+
intercom.tags.untag(name: 'blue', users: [{user_id: "42ea2f1b93891f6a99000427"}])
115115
# Iterate over all tags
116116
intercom.tags.all.each {|tag| "#{tag.id} - #{tag.name}" }
117117
intercom.tags.all.map {|tag| tag.name }

0 commit comments

Comments
 (0)