0
votes

i am using GoDaddy API to change domain nameservers and sometimes i get an errors: {"code":"FAILED_NAME_SERVER_VALIDATION","message":"Failed to update nameserversDuplicate IP address","name":"ApiError"} or {"code":"FAILED_NAME_SERVER_VALIDATION","message":"Failed to update nameserversDuplicate nameservers","name":"ApiError"} I tried to google it, but not found anything useful. What it means and how to fix this? Thank in advance.

1
Please post the string you are submittingJeffrey L. Roberts

1 Answers

0
votes

I interpret that as the validation on the string is failing, are you sure there are no new lines or invalid characters in the string you are submitting?