Browse Source

Merge pull request #42 from clwells/doc-link-fix

Fixing octodns/record.py link
pull/44/head
Ross McFarland 9 years ago
committed by GitHub
parent
commit
ea653c7c2a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/records.md

+ 1
- 1
docs/records.md View File

@ -79,6 +79,6 @@ In the above example each name had a single record, but there are cases where a
### Record data ### Record data
Each record type has a corresponding set of required data. The easiest way to determine what's required is probably to look at the record object in [`octodns/records.py`](/octodns/records.py). You may also utilize `octodns-validate` which will throw errors about what's missing when run.
Each record type has a corresponding set of required data. The easiest way to determine what's required is probably to look at the record object in [`octodns/record.py`](/octodns/record.py). You may also utilize `octodns-validate` which will throw errors about what's missing when run.
`type` is required for all records. `ttl` is optional. When TTL is not specified the `YamlProvider`'s default will be used. In any situation where an array of `values` can be used you can opt to go with `value` as a single item if there's only one. `type` is required for all records. `ttl` is optional. When TTL is not specified the `YamlProvider`'s default will be used. In any situation where an array of `values` can be used you can opt to go with `value` as a single item if there's only one.

Loading…
Cancel
Save