Unmutes the specified list of accounts. Requires auth.
Input
Encoding
application/jsonlist
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
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": [
"list"
],
"properties": {
"list": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Unmutes the specified list of accounts. Requires auth."
}