Skip to content

Commit 8d23dc7

Browse files
committed
Resolved issue with create_user_contact_method
1 parent 5fd634c commit 8d23dc7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

REST_API_v2/Users/create_user_contact_method.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2525
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2626
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27-
#
28-
# FIXME receiving 2001 - Name cannot be empty
2927

3028
import requests
3129
import json
@@ -34,7 +32,7 @@
3432
API_KEY = '3c3gRvzx7uGfMYEnWKvF'
3533

3634
# Update to match ID of user you want to update
37-
ID = 'P0TEZR0'
35+
ID = 'P0H7Y7J'
3836

3937
# Update to match your chosen parameters
4038
TYPE = 'email_contact_method' # Can be one of email_contact_method, sms_contact_method, phone_contact_method, or push_notification_contact_method

0 commit comments

Comments
 (0)