Quickstart: add detail to metadata fields

This commit is contained in:
Brian Cain 2017-03-22 11:14:27 -05:00
parent d191970dae
commit c9272600aa

View file

@ -19,7 +19,14 @@
"name": "electricsheep",
"file_path": "\\home\kauffj\\Desktop\\electric-sheep.mp4",
"bid": 1,
"metadata": { } <span class="code-bash__comment">//this should match the metadata returned by resolve_name </span>
"metadata": {
"description": "Some interesting content",
"title": "My interesting content",
"author": "Video shot by me@example.com",
"language": "en",
"license": "LBRY Inc",
"nsfw": false,
} <span class="code-bash__comment">//this should match the metadata returned by resolve_name </span>
}}'
<span class="code-bash__response">[
{
@ -63,4 +70,4 @@
</p>
<p>
Visit our <a href="https://github.com/lbryio" class="link-primary">GitHub page</a> to view the source code or report issues.
</p>
</p>