You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
392 B
YAML
19 lines
392 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get users export (.csv)
|
|
parameters:
|
|
- in: header
|
|
name: referer
|
|
schema:
|
|
type: string
|
|
required: true
|
|
example: /admin/manage/users
|
|
responses:
|
|
"200":
|
|
description: "A CSV file containing all registered users"
|
|
content:
|
|
text/csv:
|
|
schema:
|
|
type: string
|
|
format: binary |