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
380 B
YAML
19 lines
380 B
YAML
4 years ago
|
get:
|
||
|
tags:
|
||
|
- users
|
||
|
summary: Export a user's uploads (.zip)
|
||
|
parameters:
|
||
|
- name: userslug
|
||
|
in: path
|
||
|
required: true
|
||
|
schema:
|
||
|
type: string
|
||
|
example: admin
|
||
|
responses:
|
||
|
"200":
|
||
|
description: Successful export of user uploads
|
||
|
content:
|
||
|
application/zip:
|
||
|
schema:
|
||
|
type: string
|
||
|
format: binary
|