At
view release on metacpan or search on metacpan
share/lexicons/app/bsky/graph/muteThread.json view on Meta::CPAN
{
"lexicon": 1,
"id": "app.bsky.graph.muteThread",
"defs": {
"main": {
"type": "procedure",
"description": "Mutes a thread preventing notifications from the thread and any of its children. Mutes are private in Bluesky. Requires auth.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["root"],
"properties": {
"root": { "type": "string", "format": "at-uri" }
}
}
}
}
}
}
( run in 0.552 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )