Skip to content

Commit 5519a12

Browse files
thenickcoxchoran
authored andcommitted
Change name of hash key in tagging docs (#420)
1 parent 3e38bb4 commit 5519a12

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
@@ -149,7 +149,7 @@ intercom.tags.untag(name: 'blue', users: [{user_id: "42ea2f1b93891f6a99000427"}
149149
intercom.tags.all.each {|tag| "#{tag.id} - #{tag.name}" }
150150
intercom.tags.all.map {|tag| tag.name }
151151
# Tag companies
152-
tag = intercom.tags.tag(name: 'blue', companies: [{id: "42ea2f1b93891f6a99000427"}])
152+
tag = intercom.tags.tag(name: 'blue', companies: [{company_id: "42ea2f1b93891f6a99000427"}])
153153
```
154154

155155
#### Segments

0 commit comments

Comments
 (0)