Update 08.md

This commit is contained in:
Kieran 2025-02-26 21:16:03 +00:00 committed by GitHub
parent b29ada0e11
commit 9d8b3cb677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -23,13 +23,13 @@ An example response would look like:
"size": 184292,
"type": "application/pdf",
"uploaded": 1725909682,
"nip94": {
"url": "https://cdn.example.com/b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553.pdf",
"m": "application/pdf",
"x": "b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553",
"size": "184292",
"magnet": "magnet:?xt=urn:btih:9804c5286a3fb07b2244c968b39bc3cc814313bc&dn=bitcoin.pdf",
"i": "9804c5286a3fb07b2244c968b39bc3cc814313bc"
}
"nip94": [
"url https://cdn.example.com/b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553.pdf",
"m application/pdf",
"x b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553",
"size 184292",
"magnet magnet:?xt=urn:btih:9804c5286a3fb07b2244c968b39bc3cc814313bc&dn=bitcoin.pdf",
"i 9804c5286a3fb07b2244c968b39bc3cc814313bc"
]
}
```