{
"id": "social.coves.aggregator.updateConfig",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"community",
"aggregatorDid",
"config"
],
"properties": {
"config": {
"type": "unknown",
"description": "New aggregator-specific configuration. Must conform to the aggregator's configSchema."
},
"community": {
"type": "string",
"format": "at-identifier",
"description": "DID or handle of the community"
},
"aggregatorDid": {
"type": "string",
"format": "did",
"description": "DID of the aggregator"
}
}
},
"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": "InvalidConfig",
"description": "Config does not match aggregator's configSchema"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid",
"authorization"
],
"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"
},
"authorization": {
"ref": "social.coves.aggregator.defs#authorizationView",
"type": "ref",
"description": "The updated authorization details"
}
}
},
"encoding": "application/json"
},
"description": "Update configuration for an enabled aggregator. Updates the authorization record's config field. Requires moderator permissions."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social
- CID
-
bafyreigqlvzcdaawatd6mnnhj7pffohkhfqxdnjpmzhyggp727hvgj6iim
- Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.updateConfig