/upload: fix example for filename

The example shouldn't be encoded, else it will be double-encoded by swagger.
pull/977/head
Richard van der Hoff 8 years ago
parent 60875770fc
commit 7ac2f51e4a

@ -35,7 +35,7 @@ paths:
x-example: "Content-Type: audio/mpeg"
- in: query
type: string
x-example: "War%20and%20Peace.pdf"
x-example: "War and Peace.pdf"
name: filename
description: The name of the file being uploaded
- in: body

Loading…
Cancel
Save