浏览代码

fix(docs): clarify subname default for bulk PUT

Peter Thomassen 6 年之前
父节点
当前提交
f38e28e3e0
共有 1 个文件被更改,包括 3 次插入2 次删除
  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`_.