No description available.
Input
Encoding
application/jsoncollection
stringnsid
Required
A namespaced identifier (e.g., app.bsky.feed.post).
repo
stringat-identifier
Required
Either a DID or an AT Protocol handle.
rkey
stringrecord-key
Required
A valid record key for AT Protocol repositories.
swapRecord
stringcid
Optional
A content identifier (CID) referencing immutable data.
Errors
InvalidSwap
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"repo",
"collection",
"rkey"
],
"properties": {
"repo": {
"type": "string",
"format": "at-identifier"
},
"rkey": {
"type": "string",
"format": "record-key"
},
"collection": {
"type": "string",
"format": "nsid"
},
"swapRecord": {
"type": "string",
"format": "cid"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidSwap"
}
]
}