{
"id": "social.coves.aggregator.disable",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"community",
"aggregatorDid"
],
"properties": {
"community": {
"type": "string",
"format": "at-identifier",
"description": "DID or handle of the community"
},
"aggregatorDid": {
"type": "string",
"format": "did",
"description": "DID of the aggregator to disable"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "NotAuthorized",
"description": "Caller is not a moderator of this community"
},
{
"name": "AuthorizationNotFound",
"description": "Aggregator is not enabled for this community"
},
{
"name": "AlreadyDisabled",
"description": "Aggregator is already disabled"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the updated authorization record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the updated authorization record"
},
"disabledAt": {
"type": "string",
"format": "datetime",
"description": "When the aggregator was disabled"
}
}
},
"encoding": "application/json"
},
"description": "Disable an aggregator for a community. Updates the authorization record to set enabled=false. Requires moderator permissions."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social
- CID
-
bafyreiehdperq7gisj5m2tzpwoqmfd6boidtaq7h4mli7bdc6dwdmoft2u
- Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.disable