Skip to content

README seems to have an error in 'Tags' #160

Open
@Asaf-signifai

Description

@Asaf-signifai

Currently the README file states:
# Tag users
tag = intercom.tags.tag_users(name='blue', users=[{'email': 'test1@example.com'}])

But this results in
AttributeError: 'Tag' object has no attribute 'tag_users'

Perhaps it should say:
tag = intercom.tags.tag(name='blue', users=[{'email': 'test1@example.com'}])
since this results in success.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions