Explorar o código

fix(docs): clarify subname default for bulk PUT

Peter Thomassen %!s(int64=6) %!d(string=hai) anos
pai
achega
f38e28e3e0
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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`_.