Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changeDomain bug #26

Open
NizarBlond opened this issue Jun 23, 2016 · 1 comment
Open

changeDomain bug #26

NizarBlond opened this issue Jun 23, 2016 · 1 comment

Comments

@NizarBlond
Copy link

(1) if attribute is sent with empty array I get error

    $data = [
        'domain'        => "mydomain.io",
        'attributes'    => [],
    ];

    return ChangeDomain::call(array_filter_recursive($data));
}

Response:
Array ( [0] => {"success":false,"error_number":5,"error":"Request badly formatted (missing required field, or field is not the correct data type)", "audit":"line31_576c38efe"} )

@JontiH
Copy link

JontiH commented Jul 28, 2016

what type of call are you making where this would be needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants