mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +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"
|
x-example: "Content-Type: audio/mpeg"
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
x-example: "War%20and%20Peace.pdf"
|
x-example: "War and Peace.pdf"
|
||||||
name: filename
|
name: filename
|
||||||
description: The name of the file being uploaded
|
description: The name of the file being uploaded
|
||||||
- in: body
|
- in: body
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue