Hi,

I'm receiving a 400: Fatal Server Error Occured when trying to add a
name server to a domain on the test system via the API.

I can update and remove name servers fine- I only get the error when
adding one.

I went through the archives and saw a few other related messages, but
didn't see any solutions- maybe I missed them.

I'm passing the command as:

Array
(
    [action] => modify
    [object] => domain
    [cookie] => 659305612:391169
    [attributes] => Array
        (
            [data] => nameserver_list
            [nameserver_list] => Array
                (
                    [name] => ns2.domaindirect.com
                    [action] => add
                )
        )

    [registrant_ip] => 10.0.1.2
    [protocol] => XCP
)

as far as I can tell from the documentation, that's correct.

Any help would be appreciated.

On a side note- "Occurred" (in the error message) has two r's :)

Cheers,

Mike Pultz
[EMAIL PROTECTED]

Reply via email to