forked from LBRYCommunity/lbry-sdk
clarify publish API command docstring
This commit is contained in:
parent
7abfbc4c5f
commit
eabf9f1c4a
2 changed files with 4 additions and 2 deletions
|
@ -387,7 +387,8 @@ Returns:
|
||||||
## publish
|
## publish
|
||||||
|
|
||||||
```text
|
```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:
|
Fields required in the final Metadata are:
|
||||||
'title'
|
'title'
|
||||||
|
|
|
@ -1580,7 +1580,8 @@ class Daemon(AuthJSONRPCServer):
|
||||||
description=None, author=None, language=None, license=None,
|
description=None, author=None, language=None, license=None,
|
||||||
license_url=None, thumbnail=None, preview=None, nsfw=None, sources=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:
|
Fields required in the final Metadata are:
|
||||||
'title'
|
'title'
|
||||||
|
|
Loading…
Reference in a new issue