mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-29 03:40:27 +01:00
31 lines
1.0 KiB
YAML
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 |