Everything currently sharing a topic: the boards, their forums, and their sizes. Lets an admin see what tagging a board would federate with before doing it.
Parameters
Output
Encoding
application/jsonboards
array
Required
No description available.
topic
string
Required
No description available.
totals
unknown
Optional
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": [
"topic",
"boards"
],
"properties": {
"topic": {
"type": "string"
},
"boards": {
"type": "array",
"items": {
"type": "unknown"
}
},
"totals": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
}
}
},
"description": "Everything currently sharing a topic: the boards, their forums, and their sizes. Lets an admin see what tagging a board would federate with before doing it."
}