social.colibri.channel.update

colibri.social

Schema Diff

+19 -0

From

CID
bafyreiehj6e6hi3...
Indexed At
2026-07-31 21:22 UTC
View this version

To

CID
bafyreigrtyianis...
Indexed At
2026-08-15 22:24 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "social.colibri.channel.update",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "errors": [
7 7
        {
8 +
          "name": "AppViewNotAuthorized",
9 +
          "description": "The acting account has not published this AppView as authorized to act for it."
10 +
        },
11 +
        {
8 12
          "name": "AuthRequired",
9 13
          "description": "Missing, malformed, or unverifiable service auth."
10 14
        },
11 15
        {
12 16
          "name": "CommunityCredentialsUnrecoverable",
13 17
          "description": "The AppView cannot write to the community's repo and could not repair its own access."
14 18
        },
15 19
        {
16 20
          "name": "Forbidden",
17 21
          "description": "The caller lacks the permission this method requires."
18 22
        },
19 23
        {
20 24
          "name": "InvalidRequest",
21 25
          "description": "A parameter or body field was missing or malformed."
22 26
        },
23 27
        {
28 +
          "name": "NotCommunityHub",
29 +
          "description": "This AppView does not administer the community; the hub field names the one that does."
30 +
        },
31 +
        {
24 32
          "name": "PdsUnavailable",
25 33
          "description": "The PDS this operation needs is unreachable or is not a PDS."
34 +
        },
35 +
        {
36 +
          "name": "UpstreamFailure",
37 +
          "description": "A service outside this AppView failed."
26 38
        }
27 39
      ],
28 40
      "output": {
29 41
        "schema": {
30 42
          "type": "object",
31 43
          "required": [
32 44
            "uri"
33 45
          ],
34 46
          "properties": {
35 47
            "uri": {
36 48
              "type": "string",
37 49
              "format": "at-uri"
38 50
            }
39 51
          }
40 52
        },
41 53
        "encoding": "application/json"
42 54
      },
43 55
      "parameters": {
44 56
        "type": "params",
45 57
        "required": [
46 58
          "channel"
47 59
        ],
48 60
        "properties": {
49 61
          "name": {
50 62
            "type": "string"
51 63
          },
52 64
          "channel": {
53 65
            "type": "string",
54 66
            "format": "at-uri"
55 67
          },
56 68
          "category": {
57 69
            "type": "string",
58 70
            "format": "at-uri"
59 71
          },
60 72
          "ownerOnly": {
61 73
            "type": "boolean"
62 74
          },
75 +
          "linkEmbeds": {
76 +
            "type": "boolean"
77 +
          },
63 78
          "description": {
64 79
            "type": "string"
65 80
          },
66 81
          "allowedRoles": {
67 82
            "type": "array",
68 83
            "items": {
69 84
              "type": "string",
70 85
              "format": "record-key"
71 86
            }
72 87
          },
73 88
          "allowedMembers": {
74 89
            "type": "array",
75 90
            "items": {
76 91
              "type": "string",
77 92
              "format": "did"
78 93
            }
79 94
          },
95 +
          "clearLinkEmbeds": {
96 +
            "type": "boolean",
97 +
            "description": "Drops the channel's own linkEmbeds setting so the community default applies again."
98 +
          },
80 99
          "clearAllowedRoles": {
81 100
            "type": "boolean"
82 101
          },
83 102
          "clearAllowedMembers": {
84 103
            "type": "boolean"
85 104
          }
86 105
        }
87 106
      },
88 107
      "description": "Updates a channel's settings."
89 108
    }
90 109
  },
91 110
  "$type": "com.atproto.lexicon.schema",
92 111
  "lexicon": 1
93 112
}

Compare Other Versions

Lexicon Garden

@