Update a given record usi...
Update a given record using API
- 主页
- 后台控制中心
- 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: 2017/9/30 |
2017年10月1日星期日 上午7: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: 2017/6/23 |
2017年10月4日星期三 上午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: 2010/11/25 |
2017年10月6日星期五 上午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. |
2026年6月16日星期二 下午10:50
