com.suibari.nagi.setMute

suibari.com

Documentation

ユーザーまたはチャンネルのミュートを設定・解除する。ミュートは AppView にのみ保存され、他ユーザーからは参照できない。

main procedure

ユーザーまたはチャンネルのミュートを設定・解除する。ミュートは AppView にのみ保存され、他ユーザーからは参照できない。

Input

Encodingapplication/json
muted boolean Required

No description available.

subject string Required

actor なら対象の DID、channel なら com.suibari.nagi.channel の AT-URI。

subjectType string Required

No description available.

Output

Encodingapplication/json
muted boolean Required

No description available.

Errors

AuthRequired
InvalidRequest
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "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 にのみ保存され、他ユーザーからは参照できない。"
}

Lexicon Garden

@