at.ducs.channels.createChannel

ducs.at

Documentation

main procedure

No description available.

Input

Encodingapplication/json
members array Required

No description available.

name string Required

No description available.

Output

Encodingapplication/json
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": [
        "name",
        "members"
      ],
      "properties": {
        "name": {
          "type": "string"
        },
        "members": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-identifier"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "at.ducs.channels.defs#channel",
      "type": "ref"
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@