Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

comatprotosyncgetreporequest.md

File metadata and controls

18 lines (13 loc) · 1.14 KB

ComAtprotoSyncGetRepoRequest

Example Usage

import { ComAtprotoSyncGetRepoRequest } from "@speakeasy-api/bluesky/models/operations";

let value: ComAtprotoSyncGetRepoRequest = {
  did: "<id>",
};

Fields

Field Type Required Description
did string ✔️ The DID of the repo.
since string The revision ('rev') of the repo to create a diff from.