v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-0926145.0 KB
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
}