app.blebbit.authr.group.updateGroup

blebbit.app

{
  "id": "app.blebbit.authr.group.updateGroup",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "name"
          ],
          "properties": {
            "name": {
              "type": "string"
            },
            "public": {
              "type": "boolean"
            },
            "display": {
              "type": "string"
            },
            "description": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "cuid": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "public": {
              "type": "boolean"
            },
            "display": {
              "type": "string"
            },
            "description": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "$authzed": "admin",
      "$flexicon": {
        "action": "update"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "id": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "$flexicon": {
    "lname": "group",
    "lplural": "groups"
  },
  "description": "update a group"
}

Validate Record

Validate a record against app.blebbit.authr.group.updateGroup

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:veavz5io7eocwh7dbrhr2thi
CID
bafyreickrc63byfj2xad6h5f2zur4t37givgv2ryaujqww3mmjibvpyt64
Indexed At
2026-01-09 01:39 UTC
AT-URI
at://did:plc:veavz5io7eocwh7dbrhr2thi/com.atproto.lexicon.schema/app.blebbit.authr.group.updateGroup

Lexicon Garden

@