update docs for the subdomain return schema

This commit is contained in:
Aaron Blankstein
2017-08-13 09:52:20 -04:00
parent d47dc43e99
commit efecd7c771

View File

@@ -1196,6 +1196,12 @@ Fetch a list of all names known to the node.
'pattern': '^[0-9a-fA-F]{20}$`,
},
},
{ 'required':
[
'address', 'blockchain', 'last_txid',
'status', 'zonefile', 'zonefile_hash'
]
}
}
## Name history [GET /v1/names/{name}/history]