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 512bdc9 commit f3e2186Copy full SHA for f3e2186
README.md
@@ -136,7 +136,7 @@ Tag.find_all_for_user(user_id='3')
136
# Tag companies
137
tag = Tag.tag_companies('red', ["42ea2f1b93891f6a99000427"])
138
# Untag companies
139
-Tag.untag_users('blue', ["42ea2f1b93891f6a99000427"])
+Tag.untag_companies('blue', ["42ea2f1b93891f6a99000427"])
140
# Iterate over all tags for company
141
Tag.find_all_for_company(id='43357e2c3c77661e25000026')
142
Tag.find_all_for_company(company_id='6')
0 commit comments