mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-03 02:04:09 +01:00
fix content type in upload example
This commit is contained in:
parent
e865f59c65
commit
9e29f59bdb
|
|
@ -42,7 +42,7 @@ paths:
|
||||||
name: Content-Type
|
name: Content-Type
|
||||||
type: string
|
type: string
|
||||||
description: The content type of the file being uploaded
|
description: The content type of the file being uploaded
|
||||||
x-example: "Content-Type: application/pdf"
|
x-example: "application/pdf"
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
x-example: "War and Peace.pdf"
|
x-example: "War and Peace.pdf"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue