Fix: Accept phone number in public contact api (#4580)

This PR makes it possible to pass a phone number to the public contacts API.

Fixes #4023
This commit is contained in:
Shivam Chahar
2022-04-29 20:54:12 +05:30
committed by GitHub
parent 45099f40f1
commit c1cc94e37c
5 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
json.id resource.id
json.name resource.name
json.email resource.email
json.phone_number resource.phone_number