9579bec720
* lexicons: update descriptions in com.atproto.* * lexicons: update descriptions in app.bsky.* * Apply suggestions from code review Thanks Emily! Co-authored-by: Emily Liu <emilyliu7321@gmail.com> * codegen description-only Lexicon updates --------- Co-authored-by: Emily Liu <emilyliu7321@gmail.com>
21 lines
506 B
JSON
21 lines
506 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.graph.muteActor",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"description": "Creates a mute relationship for the specified account. Mutes are private in Bluesky. Requires auth.",
|
|
"input": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["actor"],
|
|
"properties": {
|
|
"actor": { "type": "string", "format": "at-identifier" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|