clarify publish API command docstring

This commit is contained in:
Kay Kurokawa 2017-03-28 11:47:01 -04:00
parent 7abfbc4c5f
commit eabf9f1c4a
2 changed files with 4 additions and 2 deletions

View file

@ -387,7 +387,8 @@ Returns:
## publish
```text
Make a new name claim and publish associated data to lbrynet
Make a new name claim and publish associated data to lbrynet,
update over existing claim if user already has a claim for name.
Fields required in the final Metadata are:
'title'

View file

@ -1580,7 +1580,8 @@ class Daemon(AuthJSONRPCServer):
description=None, author=None, language=None, license=None,
license_url=None, thumbnail=None, preview=None, nsfw=None, sources=None):
"""
Make a new name claim and publish associated data to lbrynet
Make a new name claim and publish associated data to lbrynet,
update over existing claim if user already has a claim for name.
Fields required in the final Metadata are:
'title'