15.17. designate record-update
usage: designate record-update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] [--name NAME]
[--type TYPE] [--data DATA]
[--description DESCRIPTION | --no-description]
[--ttl TTL | --no-ttl]
[--priority PRIORITY | --no-priority]
domain_id id
Update Record
Positional arguments
- domain_id
Domain ID or name.
- id
Record ID.
Optional arguments
- -h, --help
show this help message and exit
- --name NAME
Record name.
- --type TYPE
Record type.
- --data DATA
Record data.
- --description DESCRIPTION
Description.
- --no-description
- --ttl TTL
Record time to live (seconds).
- --no-ttl
- --priority PRIORITY
Record priority.
- --no-priority