public UpdateRecord ( int domainId, int record_id, string name, string content, int ttl = null, int priority = null ) : dynamic | ||
domainId | int | |
record_id | int | The ID of the DNS record to affect |
name | string | The name of the DNS record |
content | string | The value of the DNS record |
ttl | int | The optional TTL (Time-To-Live) for this DNS record |
priority | int | The optional priority for this DNS record |
return | dynamic |