Files
NodeBB/public/openapi/read/admin/manage/users/custom-reasons.yaml
Barış Soner Uşaklı 05d4d85766 test: fix file name
2026-02-07 21:47:17 -05:00

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