Creates a new author for the specified period
author c years=YEARS title=NAME by=NAME
| years | Number of years in [1..10] range | |
| title | A title of a author being created | |
| by | Name of the user eligible to change Author entity |
Example:
author c years=5 title=satoshi by=nakamoto
Sets an nickname for the specified author
author n name=NAME id=EID name=NAME by=NAME
| name | OR | Name of the author to set name for |
| id | Id of the author to set name for | |
| name | New name | |
| by | Name of the user eligible to change Author entity |
Example:
author n name=satoshi name=nakamoto by=hagardjuna
Manages ownership of an author. Adds or removes an owner account.
author s name=NAME id=EID addowner=PUBKEY removeowner=PUBKEY by=NAME
| name | OR | Name of the author whose owner list will be modified |
| id | Id of the author whose owner list will be modified | |
| addowner | User Id to add as an owner | |
| removeowner | User Id to remove from owners | |
| by | Name of the user eligible to change Author entity |
Example:
author s name=satoshi addowner=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes removeowner=gya27t2jsxdfa3gdywck9cdtwe6lhc59qwwrq2jdq6plz3k9hhjsqx0yuc6btes by=nakamoto
Prolongs current expiration date of an author for the specified number of years
author r name=NAME id=EID years=YEARS by=NAME
| name | OR | Name of the author to update |
| id | Id of the author to update | |
| years | The number of years to renew author for. | |
| by | Name of the user eligible to change Author entity |
Example:
author r name=satoshi years=5 by=nakamoto
Sets a utility limits for the specified author of the specfied store
author pl name=NAME id=EID store=EID energy=INT spacetime=INT by=NAME
| name | OR | Name of the author to update |
| id | Id of the author to update | |
| store | Id of a store where author is the member | |
| energy | New limit for the energy | |
| spacetime | New limit for the spacetime | |
| by | Name of the user eligible to change Author entity |
Example:
author pl name=satoshi store=1111-22 energy=1 spacetime=78 by=nakamoto
Sets the moderation reward for the specified author
author mr name=NAME id=EID energy=INT by=NAME
| name | OR | Name of the author to update |
| id | Id of the author to update | |
| energy | Amount of energy for reward | |
| by | Name of the user eligible to change Author entity |
Example:
author mr name=satoshi energy=1 by=nakamoto
Requests the net to check ownership of web domain for the specified author
author v name=NAME id=EID domain=NAME by=NAME
| name | OR | Name of the author to verify |
| id | Id of the author to verify | |
| domain | Web domain name | |
| by | Name of the user eligible to change Author entity |
Example:
author v name=satoshi domain=nakamoto by=hagardjuna
Sets an avatar for the specified author. Only files with correct media type(MIME) are accepted.
author avatar name=NAME id=EID file=EID by=NAME
| name | OR | Name of the author to change avatar of |
| id | Id of the author to change avatar of | |
| file | Id of a file entity | |
| by | Name of the user eligible to change Author entity |
Example:
author avatar name=satoshi file=1111-22 by=nakamoto
Changes various author descriptive properties
author i name=NAME id=EID title=TEXT description=TEXT ref=HYPERLINK by=NAME
| name | OR | Name of the author to update |
| id | Id of the author to update | |
| title | New title | |
| description | New description | |
| ref | Zero or more Uri references with a description | |
| by | Name of the user eligible to change Author entity |
Example:
author i name=satoshi title="Hello world!" description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" ref={text=Website uri=http://www.company.com} by=nakamoto
Get author entity information from MCV database
author e name=NAME id=EID
| name | OR | Name of the author to get information about |
| id | Id of the author to get information about |
Example:
author e name=satoshi