Permanently upholds or restores one appealed Community removal. Requires authenticated moderator authorization.
Input
Encoding
application/jsonaction
string
Required
No description available.
appeal
string
Required
No description available.
maxLength: 128 bytesnote
string
Optional
No description available.
maxLength: 2000 bytesOutput
Encoding
application/jsonappeal
refcom.getorbyt.community.defs#appealView
Required
No description available.
Errors
AuthenticationRequired
AppealNotFound
InsufficientRole
InvalidState
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"appeal",
"action"
],
"properties": {
"note": {
"type": "string",
"maxLength": 2000
},
"action": {
"type": "string",
"knownValues": [
"uphold",
"restore"
]
},
"appeal": {
"type": "string",
"maxLength": 128
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AppealNotFound"
},
{
"name": "InsufficientRole"
},
{
"name": "InvalidState"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"appeal"
],
"properties": {
"appeal": {
"ref": "com.getorbyt.community.defs#appealView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Permanently upholds or restores one appealed Community removal. Requires authenticated moderator authorization."
}