A forum's moderation actions, newest first. Powers the admin panel's undo affordances; the records are public either way.
Parameters
Output
Encoding
application/jsonactions
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"actions"
],
"properties": {
"actions": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"forum"
],
"properties": {
"forum": {
"type": "string",
"format": "did"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
}
}
},
"description": "A forum's moderation actions, newest first. Powers the admin panel's undo affordances; the records are public either way."
}