mirror of
https://github.com/hzrd149/blossom.git
synced 2025-12-12 07:48:51 +00:00
update wording to allow authorization events to include multiple x tags
This commit is contained in:
10
buds/04.md
10
buds/04.md
@@ -1,8 +1,6 @@
|
||||
BUD-04
|
||||
======
|
||||
# BUD-04
|
||||
|
||||
Mirroring blobs
|
||||
---------------
|
||||
## Mirroring blobs
|
||||
|
||||
`draft` `optional`
|
||||
|
||||
@@ -16,7 +14,9 @@ Clients MUST pass the URL of the remote blob as a stringified JSON object in the
|
||||
|
||||
```json
|
||||
// request body
|
||||
{ "url": "https://cdn.satellite.earth/b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553.pdf" }
|
||||
{
|
||||
"url": "https://cdn.satellite.earth/b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553.pdf"
|
||||
}
|
||||
```
|
||||
|
||||
Clients MUST set the `Authorization` header to an upload authorization event defined in [BUD-02](./02.md#upload-authorization-required)
|
||||
|
||||
Reference in New Issue
Block a user