mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-05 16:06:32 +02:00
19 lines
388 B
YAML
19 lines
388 B
YAML
get:
|
|
tags:
|
|
- users
|
|
summary: Export a user's profile data (.json)
|
|
parameters:
|
|
- name: userslug
|
|
in: path
|
|
required: true
|
|
schema:
|
|
type: string
|
|
example: admin
|
|
responses:
|
|
"200":
|
|
description: "A JSON file containing the user profile"
|
|
content:
|
|
text/json:
|
|
schema:
|
|
type: string
|
|
format: binary |