From eabf9f1c4ae912b9ce52da5e85b36bc1d15641bd Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Tue, 28 Mar 2017 11:47:01 -0400 Subject: [PATCH] clarify publish API command docstring --- docs/index.md | 3 ++- lbrynet/lbrynet_daemon/Daemon.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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'