{
"id": "com.suibari.nagi.setMute",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"subjectType",
"subject",
"muted"
],
"properties": {
"muted": {
"type": "boolean"
},
"subject": {
"type": "string",
"description": "actor なら対象の DID、channel なら com.suibari.nagi.channel の AT-URI。"
},
"subjectType": {
"type": "string",
"knownValues": [
"actor",
"channel"
]
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"muted"
],
"properties": {
"muted": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "ユーザーまたはチャンネルのミュートを設定・解除する。ミュートは AppView にのみ保存され、他ユーザーからは参照できない。"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:uixgxpiqf4i63p6rgpu7ytmx
- CID
-
bafyreiercxb3nxiddaglmqcwl4335dum37krjydyq36i7hyaf6euximdnu
- Indexed At
- 2026-07-25 02:11 UTC
- AT-URI
-
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.setMute