Merge pull request #571 from lbryio/clarify_pulish_docstring

clarify publish API command docstring
This commit is contained in:
Umpei Kay Kurokawa 2017-03-28 14:25:10 -04:00 committed by GitHub
commit 5dbe2fdcec
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'