Update a given record usi...
Update a given record using API
- Home
- Control Panel
- Community Forum
- General Discussion
- Developer Discussion
- Update a given record using API
- Community Forum
- Update a given record using API
Topic: Update a given record using API
Hi, I can't seem to find a way to do updates to a dns entry (if not subsequential delete/create). Any pointers?
Thanks for the great service guys!
Thanks for the great service guys!
Reply with quote |Report
I don't see a way to update a given record either. Probably it supports only add and delete? Or it could also be that the function is supported but no documentation is provided yet. I think I will make a call to api.dynu.com and try it out.
Reply with quote |Report
You should be able to update details of a DNS record using the below POST to the API.
/v1/dns/record/update
You can post the same object which you obtain through a /v1/dns/record/get after modifications to the object.
/v1/dns/record/update
You can post the same object which you obtain through a /v1/dns/record/get after modifications to the object.
Reply with quote |Report
| Author | Topic: Update a given record using API |
|---|---|
|
Antani Antarello Joined: 30/09/2017 |
Sunday, 1 October 2017 07:33
Hi, I can't seem to find a way to do updates to a dns entry (if not subsequential delete/create). Any pointers?
Thanks for the great service guys! |
|
williamddns Joined: 23/06/2017 |
Wednesday, 4 October 2017 11:55
I don't see a way to update a given record either. Probably it supports only add and delete? Or it could also be that the function is supported but no documentation is provided yet. I think I will make a call to api.dynu.com and try it out.
|
|
rahsharma Joined: 25/11/2010 |
Friday, 6 October 2017 10:24
You should be able to update details of a DNS record using the below POST to the API.
/v1/dns/record/update You can post the same object which you obtain through a /v1/dns/record/get after modifications to the object. |
Wednesday, 17 June 2026 01:37
