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
401 B
YAML
19 lines
401 B
YAML
4 years ago
|
get:
|
||
|
tags:
|
||
|
- admin
|
||
|
summary: Get members of a group (.csv)
|
||
|
parameters:
|
||
|
- in: header
|
||
|
name: referer
|
||
|
schema:
|
||
|
type: string
|
||
|
required: true
|
||
|
example: /admin/manage/groups
|
||
|
responses:
|
||
|
"200":
|
||
|
description: "A CSV file containing all users in the group"
|
||
|
content:
|
||
|
text/csv:
|
||
|
schema:
|
||
|
type: string
|
||
|
format: binary
|