mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 18:03:41 +01:00
/upload: fix example for filename
The example shouldn't be encoded, else it will be double-encoded by swagger.
This commit is contained in:
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…
Reference in a new issue