update wording to allow authorization events to include multiple x tags

This commit is contained in:
hzrd149
2024-08-27 13:26:02 +03:00
parent 4f650d799f
commit 2de7c0dd25
4 changed files with 19 additions and 21 deletions

View File

@@ -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)