Skip to content

Conversation

@kurkurzz
Copy link

@kurkurzz kurkurzz commented Jun 29, 2023

api.domains_dns_delHost('example.com', {
            "RecordType": "A", <-- old
            "HostName": "test", <-- old
            "Type": "A", <-- new
            "Name": "test", <-- new
            "Address": "127.0.0.1"
        })

This is just a simple documentation update. Additional work need to be done to ensure consistent usage of key ("RecordType" or"Type") throughout all the functions.

api.domains_dns_delHost('example.com', {
            "Type": "A", <--
            "Name": "test", <--
            "Address": "127.0.0.1"
        })
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

Successfully merging this pull request may close these issues.

1 participant