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