Skip to content

Commit 60bcb5c

Browse files
committed
update readme to show untag company action
1 parent f4413b9 commit 60bcb5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ intercom.tags.all.map {|tag| tag.name }
261261

262262
# Tag companies
263263
tag = intercom.tags.tag(name: 'blue', companies: [{company_id: "42ea2f1b93891f6a99000427"}])
264+
265+
# Untag Companies
266+
tag = intercom.tags.untag(name: 'blue', companies: [{ company_id: "42ea2f1b93891f6a99000427" }])
264267
```
265268

266269
#### Notes

0 commit comments

Comments
 (0)