Files
NodeBB/public/openapi/read/admin/manage/users/custom-fields.yaml

27 lines
769 B
YAML
Raw Permalink Normal View History

get:
tags:
- admin
summary: Manage custom fields for users
responses:
"200":
description: ""
content:
application/json:
schema:
allOf:
- type: object
properties:
fields:
type: array
items:
type: object
properties:
key:
type: string
name:
type: string
select-options:
type: string
type:
type: string
- $ref: ../../../../components/schemas/CommonProps.yaml#/CommonProps