/upload: fix example for filename

The example shouldn't be encoded, else it will be double-encoded by swagger.
This commit is contained in:
Richard van der Hoff 2016-07-25 09:07:42 +01:00
parent 60875770fc
commit 7ac2f51e4a

View file

@ -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