atproto blogging
at main 25 lines 587 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.bsky.graph.muteThread", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Mutes a thread preventing notifications from the thread and any of its children. Mutes are private in Bluesky. Requires auth.", 8 "input": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "object", 12 "required": [ 13 "root" 14 ], 15 "properties": { 16 "root": { 17 "type": "string", 18 "format": "at-uri" 19 } 20 } 21 } 22 } 23 } 24 } 25}