mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +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
|
||||
type: string
|
||||
description: The content type of the file being uploaded
|
||||
x-example: "Content-Type: application/pdf"
|
||||
x-example: "application/pdf"
|
||||
- in: query
|
||||
type: string
|
||||
x-example: "War and Peace.pdf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue