{
"id": "town.muni.arbiter.setArbiterConfig",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"arbiterDid",
"config"
],
"properties": {
"config": {
"refs": [],
"type": "union"
},
"arbiterDid": {
"type": "string",
"format": "did"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "ErrPermissionDenied",
"description": "The requesting user is not allowed to make the request."
},
{
"name": "ErrInvalidConfig",
"description": "The config provided is invalid for some reason other than it being an unsupported\nlexicon."
},
{
"name": "ErrUnsupportedConfigLexicon",
"description": "The config lexicon provided is not supported by this server. Different servers\nmay support different config lexicons."
}
],
"description": "Set the config object for an arbiter."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}