{
"id": "ooo.bsky.authfetch.putRecord",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"collection",
"rkey",
"strategy",
"record"
],
"properties": {
"rkey": {
"type": "string",
"format": "record-key",
"description": "The Record Key."
},
"record": {
"type": "unknown",
"description": "The private record value to store."
},
"strategy": {
"ref": "ooo.bsky.authfetch.strategy",
"type": "ref",
"description": "The strategy used to authenticate fetch requests for this record."
},
"collection": {
"type": "string",
"format": "nsid",
"description": "The NSID of the record collection."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The AT URI of the stored record."
}
}
},
"encoding": "application/json"
},
"description": "Creates or updates a private record in your hidden repository. Requires auth."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreihfcpjvf7fg67n3ca4lp2j3aoxcpa37s4esfs6b2z7bnx4kbxxwqy
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/ooo.bsky.authfetch.putRecord
Referenced Schemas (1)
-
ooo.bsky.authfetch.strategy