Files
bsky-social-app/lexicons/app/bsky/graph/muteActorList.json

24 lines
550 B
JSON

{
"lexicon": 1,
"id": "app.bsky.graph.muteActorList",
"defs": {
"main": {
"type": "procedure",
"description": "Creates a mute relationship for the specified list of accounts. Mutes are private in Bluesky. Requires auth.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["list"],
"properties": {
"list": {
"type": "string",
"format": "at-uri"
}
}
}
}
}
}
}