Update a domain record

Updates a single Record on this Domain.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Roles: domain_admin
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: domains:read_write

CLI

linode-cli domains records-update 123 234 \
  --name test \
  --target 203.0.113.1 \
  --priority 50 \
  --weight 50 \
  --port 80 \
  --ttl_sec 604800

Learn more

Language
Credentials