diff --git a/docs/index.md b/docs/index.md index e4dd46502..385017c7c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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' diff --git a/lbrynet/lbrynet_daemon/Daemon.py b/lbrynet/lbrynet_daemon/Daemon.py index db5b866ea..4b3ffffe3 100644 --- a/lbrynet/lbrynet_daemon/Daemon.py +++ b/lbrynet/lbrynet_daemon/Daemon.py @@ -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'