Resolve an appeal.
Input
Encoding
application/jsonaction
string
Required
No description available.
id
string
Required
No description available.
note
string
Optional
No description available.
Output
Encoding
application/jsonTry 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": [
"id",
"action"
],
"properties": {
"id": {
"type": "string"
},
"note": {
"type": "string"
},
"action": {
"enum": [
"granted",
"denied"
],
"type": "string"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"description": "Resolve an appeal."
}