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

Registrar: bulk ns change respons is missing information of affected domains #835

Closed
vohmar opened this issue Apr 25, 2018 · 1 comment
Closed
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Apr 25, 2018

REPP bulk nameserver change request does not return the list of updated domains. Instead the request params are returned with changed id attribute

An example:

Request params
{
  "data": {
    "type": "nameserver",
    "id": "ns2.test.ee",
    "attributes": {
      "hostname": "ns3.test.ee",
      "ipv4": [
        "9.9.9.9"
      ],
      "ipv6": [
        "::A00:1"
      ]
    }
  }
}
Response
{
  "data": {
    "type": "nameserver",
    "id": "ns3.test.ee",
    "attributes": {
      "hostname": "ns3.test.ee",
      "ipv4": [
        "9.9.9.9"
      ],
      "ipv6": [
        "::A00:1"
      ]
    }
  }
}

Hence the portal for registrars also does not return the list of domains updated and not updated due to some validations problem (as it is in case of bulk tech contact change)

@vohmar vohmar added the bug label Apr 25, 2018
@vohmar
Copy link
Contributor Author

vohmar commented Jul 10, 2018

in production

@vohmar vohmar closed this as completed Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant