At
view release on metacpan or search on metacpan
share/lexicons/app/bsky/graph/unmuteThread.json view on Meta::CPAN
{
"lexicon": 1,
"id": "app.bsky.graph.unmuteThread",
"defs": {
"main": {
"type": "procedure",
"description": "Unmutes the specified thread. Requires auth.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["root"],
"properties": {
"root": { "type": "string", "format": "at-uri" }
}
}
}
}
}
}
( run in 0.822 second using v1.01-cache-2.11-cpan-437f7b0c052 )