regenerate latest docs with claim_id argument to stream_repost
This commit is contained in:
parent
177d3af77f
commit
6d0a054170
2 changed files with 111 additions and 104 deletions
File diff suppressed because one or more lines are too long
|
@ -2838,6 +2838,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
Options:
|
||||
--name=<name> : (str) name of the content (can only consist of a-z A-Z 0-9 and -(dash))
|
||||
--bid=<bid> : (decimal) amount to back the claim
|
||||
--claim_id=<claim_id> : (str) id of the claim being reposted
|
||||
--allow_duplicate_name=<allow_duplicate_name> : (bool) create new claim even if one already exists with
|
||||
given name. default: false.
|
||||
--channel_id=<channel_id> : (str) claim id of the publisher channel
|
||||
|
|
Loading…
Reference in a new issue