Modify TXT
Modifies an existing TXT record on the domain’s DNS zone.
Authorizations
A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.
Body
Order ID of the domain.
124680932
The existing text content of the record to modify.
"v=spf1 include:_spf.google.com ~all"
The replacement text content.
"v=spf1 include:_spf.google.com include:sendgrid.net ~all"
Subdomain label relative to the zone. Use @ or omit for the apex, or a specific label for targeted records (e.g. _dmarc, google._domainkey).
"@"
TTL in seconds. Minimum 300. Omit to use the zone default.
300