Fix typo: Change 'where' to 'were' in Blob upload and management (BUD-02)

This commit is contained in:
Sadeq
2025-06-06 18:56:56 +03:30
committed by GitHub
parent 3f2aa40eb9
commit d6c2f9721f

View File

@@ -71,7 +71,7 @@ Example Authorization event:
## GET /list/pubkey - List Blobs (Optional) ## 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 The endpoint MUST support a `since` and `until` query parameter to limit the returned blobs by their `uploaded` date