update latest lexicons

This commit is contained in:
Samuel Newman
2026-08-07 18:20:05 +03:00
parent 38367d2a5c
commit 8a119ecdb2
6 changed files with 37 additions and 8 deletions
+9 -1
View File
@@ -13,12 +13,20 @@
"actor": {
"type": "string",
"format": "at-identifier"
},
"onlyReposts": {
"type": "boolean",
"description": "Restrict the mute to the account's reposts. When any 'only' scope is set, just the scoped content is muted; when none are set, the account is fully muted. Repeat calls replace the stored scope rather than adding to it."
},
"onlyQuoteposts": {
"type": "boolean",
"description": "Restrict the mute to the account's quote posts. See onlyReposts."
}
}
},
"encoding": "application/json"
},
"description": "Creates a mute relationship for the specified account. Mutes are private in Bluesky. Requires auth."
"description": "Creates a mute relationship for the specified account. If a mute already exists for the account, it is updated in place: the stored scope is replaced with the scope in this request. Mutes are private in Bluesky. Requires auth."
}
},
"$type": "com.atproto.lexicon.schema",