Files
bsky-social-app/lexicons/app/bsky/graph/unmuteThread.json
T
2026-08-13 12:26:12 -07:00

27 lines
550 B
JSON

{
"id": "app.bsky.graph.unmuteThread",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}