Files
NodeBB/public/openapi/read/admin/settings/user.yaml
Barış Soner Uşaklı fdff165e2b feat: closes #12154, add exempt groups
for new user restrictions
2023-11-07 12:36:40 -05:00

31 lines
1.0 KiB
YAML

get:
tags:
- admin
summary: Get user settings
responses:
"200":
description: ""
content:
application/json:
schema:
allOf:
- type: object
properties:
title:
type: string
groupsExemptFromNewUserRestrictions:
type: array
items:
$ref: ../../../components/schemas/GroupObject.yaml#/GroupDataObject
notificationSettings:
type: array
items:
type: object
properties:
name:
type: string
description: The notification type
label:
type: string
description: The language key for the notification type (for localisation client-side)
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps