mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Quickstart: add detail to metadata fields
This commit is contained in:
parent
d191970dae
commit
c9272600aa
1 changed files with 9 additions and 2 deletions
|
@ -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">[
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue