Update 04.md

This commit is contained in:
k. 2025-01-01 19:38:47 +00:00 committed by GitHub
parent b50a5374b3
commit 550d8693e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ A server may expose a `PUT /mirror` endpoint to allow users to copy a blob from
Clients MUST pass the URL of the remote blob as a stringified JSON object in the request body
```json
// request body
```jsonc
// request body...
{
"url": "https://cdn.satellite.earth/b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f553.pdf"
}