Unmutes the specified thread. Requires auth.
Input
Encoding
application/jsonroot
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": [
"root"
],
"properties": {
"root": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Unmutes the specified thread. Requires auth."
}