import { ComAtprotoSyncListBlobsRequest } from "@speakeasy-api/bluesky/models/operations";
let value: ComAtprotoSyncListBlobsRequest = {
did: "<id>",
};
Field | Type | Required | Description |
---|---|---|---|
did |
string | ✔️ | The DID of the repo. |
since |
string | ➖ | Optional revision of the repo to list blobs since. |
limit |
number | ➖ | N/A |
cursor |
string | ➖ | N/A |