Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 945 Bytes

ComAtprotoRepoApplyWritesRequest.md

File metadata and controls

13 lines (9 loc) · 945 Bytes

BSky.Model.ComAtprotoRepoApplyWritesRequest

Properties

Name Type Description Notes
Repo string The handle or DID of the repo (aka, current account).
Validate bool Can be set to 'false' to skip Lexicon schema validation of record data across all operations, 'true' to require it, or leave unset to validate only for known Lexicons. [optional]
Writes List<ComAtprotoRepoApplyWritesRequestWritesInner>
SwapCommit string If provided, the entire operation will fail if the current repo commit CID does not match this value. Used to prevent conflicting repo mutations. [optional]

[Back to Model list] [Back to API list] [Back to README]