Interface: InputSchema
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:21
Properties
collection
collection:
string
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:25
The NSID of the record collection.
record
record:
object
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:31
The record to write.
Index Signature
[key: string]: unknown
repo
repo:
string
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:23
The handle or DID of the repo (aka, current account).
rkey
rkey:
string
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:27
The Record Key.
swapCommit?
optionalswapCommit:string
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:35
Compare and swap with the previous commit by CID.
swapRecord?
optionalswapRecord:null|string
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:33
Compare and swap with the previous record by CID. WARNING: nullable and optional field; may cause problems with golang implementation
validate?
optionalvalidate:boolean
Defined in: web/lib/api/generated/types/com/atproto/repo/putRecord.ts:29
Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.