mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 13:56:09 +02:00
28 lines
845 B
YAML
28 lines
845 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Manage ban reasons for users
|
|
responses:
|
|
"200":
|
|
description: ""
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
reasons:
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
key:
|
|
type: string
|
|
title:
|
|
type: string
|
|
body:
|
|
type: string
|
|
parsedBody:
|
|
type: string
|
|
description: "body parsed with filter:parse.raw hook"
|
|
- $ref: ../../../../components/schemas/CommonProps.yaml#/CommonProps |