Browse Source

fix(docs): clarify subname default for bulk PUT

Peter Thomassen 6 years ago
parent
commit
f38e28e3e0
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/rrsets.rst

+ 3 - 2
docs/rrsets.rst

@@ -307,8 +307,9 @@ just one), like this::
             '{"subname": "www", "type": "AAAA", "ttl": 3600, "records": ["c0::fefe"]},' \
             '...]'
 
-``subname`` and ``type`` must be specified for each given RRset.  For ``ttl``
-and ``records``, the usual rules apply.
+Each given RRset is uniquely identified by its ``subname`` and ``type`` (with
+``subname``  defaulting to the empty string if omitted). For ``ttl`` and
+``records``, the usual validation rules apply.
 
 For details about input validation and return status codes, please refer to
 `Bulk Operations`_.