{ "id": "chat.bsky.group.updateJoinRequestsRead", "defs": { "main": { "type": "procedure", "input": { "schema": { "type": "object", "required": [ "convoId" ], "properties": { "convoId": { "type": "string" } } }, "encoding": "application/json" }, "errors": [ { "name": "InvalidConvo" }, { "name": "InsufficientRole" } ], "output": { "schema": { "type": "object", "required": [], "properties": {} }, "encoding": "application/json" }, "description": "Marks all join requests as read for the group owner." } }, "$type": "com.atproto.lexicon.schema", "lexicon": 1 }