mirror of https://github.com/hzrd149/blossom.git
Merge pull request #75 from SwimmingRieux/patch-1
Fix typo: Change 'where' to 'were' in (BUD-02)
This commit is contained in:
commit
065756a976
|
@ -71,7 +71,7 @@ Example Authorization event:
|
|||
|
||||
## GET /list/pubkey - List Blobs (Optional)
|
||||
|
||||
The `/list/<pubkey>` endpoint MUST return a JSON array of [Blob Descriptor](#blob-descriptor) that where uploaded by the specified pubkey
|
||||
The `/list/<pubkey>` endpoint MUST return a JSON array of [Blob Descriptor](#blob-descriptor) that were uploaded by the specified pubkey
|
||||
|
||||
The endpoint MUST support a `since` and `until` query parameter to limit the returned blobs by their `uploaded` date
|
||||
|
||||
|
|
Loading…
Reference in New Issue