Skip to content

Commit

Permalink
asterisk_mention fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc authored Nov 18, 2020
1 parent 0613fba commit 7169ea8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions examples/contacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ GET `https://web.tada.team/api/v4/teams/<team-id>/contacts/`
"can_call": true,
"can_create_task": true,
"can_add_to_group": true,
"changeable_fields": [],
"asterisk_mention": null
"changeable_fields": []
},
{
"jid": "d-c2e2c240-2630-4056-9973-40d367dcaf1f",
Expand All @@ -46,8 +45,7 @@ GET `https://web.tada.team/api/v4/teams/<team-id>/contacts/`
"can_call": true,
"can_create_task": true,
"can_add_to_group": true,
"changeable_fields": [],
"asterisk_mention": null
"changeable_fields": []
},
{
"jid": "d-b5704414-f78c-4a77-8e00-c1593d398bc0",
Expand Down Expand Up @@ -149,8 +147,7 @@ GET `https://web.tada.team/api/v4/teams/<team-id>/contacts/`
"botname": "notebot",
"sections": [],
"can_send_message": true,
"changeable_fields": [],
"asterisk_mention": null
"changeable_fields": []
},
]
}
Expand Down

0 comments on commit 7169ea8

Please sign in to comment.