fix content type in upload example
This commit is contained in:
parent
e865f59c65
commit
9e29f59bdb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue