updateZoneRecord

This method updates a specific DNS record for the specified subdomain.

Syntax

status = updateZoneRecord(username, password, [customer_number,] domain, subdomain, record_obj)

Return value

status. This method returns a status code of OK if the call succeeded.

Parameters

  • username
    string
    Username for LoopiaAPI.
  • password
    string
    Password for LoopiaAPI.
  • customer_number
    string
    Customer ID for the account. Used only by resellers who work with the customer’s account.
  • domain
    string
    Domain name which the subdomain belongs to.
  • subdomain
    string
    Subdomain to update.
  • record_obj
    record_obj
    Struct with DNS data to update.
Was this article helpful?

Related Articles