Domain
Edit a DNS record (24fire+)
Edit a DNS entry for the given domain. Requires 24fire+.
post/api/domain/{internal_id}/dns/edit
Path parameters
internal_idstring required
internal_id of the domain
Response
DNS record changed
object required
Example response
{
"status": "success",
"message": "DNS record changed",
"data": null
}