7c1973841d
* schemas * protos * implementation * add filtering on ingestion * test * add thread viewer state to post views * update snaps * changeset * fix threadgating test
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"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" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|