social.colibri.channel.update

colibri.social

Documentation

Updates a channel's settings.

main procedure

Updates a channel's settings.

Parameters

allowedMembers array Optional

No description available.

allowedRoles array Optional

No description available.

category stringat-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

channel stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

clearAllowedMembers boolean Optional

No description available.

clearAllowedRoles boolean Optional

No description available.

clearLinkEmbeds boolean Optional

Drops the channel's own linkEmbeds setting so the community default applies again.

description string Optional

No description available.

linkEmbeds boolean Optional

No description available.

name string Optional

No description available.

ownerOnly boolean Optional

No description available.

Output

Encodingapplication/json
uri stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Errors

AppViewNotAuthorized The acting account has not published this AppView as authorized to act for it.
AuthRequired Missing, malformed, or unverifiable service auth.
CommunityCredentialsUnrecoverable The AppView cannot write to the community's repo and could not repair its own access.
Forbidden The caller lacks the permission this method requires.
InvalidRequest A parameter or body field was missing or malformed.
NotCommunityHub This AppView does not administer the community; the hub field names the one that does.
PdsUnavailable The PDS this operation needs is unreachable or is not a PDS.
UpstreamFailure A service outside this AppView failed.
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)
View raw schema
{
  "type": "procedure",
  "errors": [
    {
      "name": "AppViewNotAuthorized",
      "description": "The acting account has not published this AppView as authorized to act for it."
    },
    {
      "name": "AuthRequired",
      "description": "Missing, malformed, or unverifiable service auth."
    },
    {
      "name": "CommunityCredentialsUnrecoverable",
      "description": "The AppView cannot write to the community's repo and could not repair its own access."
    },
    {
      "name": "Forbidden",
      "description": "The caller lacks the permission this method requires."
    },
    {
      "name": "InvalidRequest",
      "description": "A parameter or body field was missing or malformed."
    },
    {
      "name": "NotCommunityHub",
      "description": "This AppView does not administer the community; the hub field names the one that does."
    },
    {
      "name": "PdsUnavailable",
      "description": "The PDS this operation needs is unreachable or is not a PDS."
    },
    {
      "name": "UpstreamFailure",
      "description": "A service outside this AppView failed."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "channel"
    ],
    "properties": {
      "name": {
        "type": "string"
      },
      "channel": {
        "type": "string",
        "format": "at-uri"
      },
      "category": {
        "type": "string",
        "format": "at-uri"
      },
      "ownerOnly": {
        "type": "boolean"
      },
      "linkEmbeds": {
        "type": "boolean"
      },
      "description": {
        "type": "string"
      },
      "allowedRoles": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "record-key"
        }
      },
      "allowedMembers": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        }
      },
      "clearLinkEmbeds": {
        "type": "boolean",
        "description": "Drops the channel's own linkEmbeds setting so the community default applies again."
      },
      "clearAllowedRoles": {
        "type": "boolean"
      },
      "clearAllowedMembers": {
        "type": "boolean"
      }
    }
  },
  "description": "Updates a channel's settings."
}

Lexicon Garden

@