add links

This commit is contained in:
hzrd149 2024-02-27 09:57:00 +00:00
parent 8571ebf030
commit aee2f34230
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@ Blossom Servers expose four endpoints for managing blobs
- `GET /<sha256>` (optional file `.ext`) - `GET /<sha256>` (optional file `.ext`)
- `PUT /upload` - `PUT /upload`
- `Authentication`: Signed nostr event - `Authentication`: Signed [nostr event](./Server.md#upload-authorization-required)
- Return a blob descriptor - Return a blob descriptor
- `GET /list/<pubkey>` - `GET /list/<pubkey>`
- Returns an array of blob descriptors - Returns an array of blob descriptors
- `Authentication` _(optional)_: Signed nostr event - `Authentication` _(optional)_: Signed [nostr event](./Server.md#list-authorization-optional)
- `DELETE /<sha256>` - `DELETE /<sha256>`
- `Authentication`: Signed nostr event - `Authentication`: Signed [nostr event](./Server.md#delete-authorization-required)
## Blob Descriptor ## Blob Descriptor